Skip to content

Commit 65351b2

Browse files
authored
Merge pull request nasa#189 from skliper/fix188-header_guard
Fix nasa#188, Apply header guard standard
2 parents 192864b + 104042b commit 65351b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unit-test/utilities/cf_test_utils.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _cf_test_utils_h_
2-
#define _cf_test_utils_h_
1+
#ifndef CF_TEST_UTILS_H
2+
#define CF_TEST_UTILS_H
33

44
/* library includes */
55
#include <time.h>
@@ -283,4 +283,4 @@ CFE_Status_t Any_CFE_Status_t_Except(CFE_Status_t exception);
283283
CFE_MSG_Size_t Any_CFE_MSG_Size_t(void);
284284
CFE_MSG_Size_t Any_CFE_MSG_Size_t_LessThan(size_t ceiling);
285285

286-
#endif /* _cf_test_utils_h_ */
286+
#endif

0 commit comments

Comments
 (0)