We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 192864b + 104042b commit 65351b2Copy full SHA for 65351b2
unit-test/utilities/cf_test_utils.h
@@ -1,5 +1,5 @@
1
-#ifndef _cf_test_utils_h_
2
-#define _cf_test_utils_h_
+#ifndef CF_TEST_UTILS_H
+#define CF_TEST_UTILS_H
3
4
/* library includes */
5
#include <time.h>
@@ -283,4 +283,4 @@ CFE_Status_t Any_CFE_Status_t_Except(CFE_Status_t exception);
283
CFE_MSG_Size_t Any_CFE_MSG_Size_t(void);
284
CFE_MSG_Size_t Any_CFE_MSG_Size_t_LessThan(size_t ceiling);
285
286
-#endif /* _cf_test_utils_h_ */
+#endif
0 commit comments