Skip to content

Commit

Permalink
Merge pull request nasa#189 from skliper/fix188-header_guard
Browse files Browse the repository at this point in the history
Fix nasa#188, Apply header guard standard
  • Loading branch information
astrogeco authored Feb 7, 2022
2 parents 192864b + 104042b commit 65351b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unit-test/utilities/cf_test_utils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef _cf_test_utils_h_
#define _cf_test_utils_h_
#ifndef CF_TEST_UTILS_H
#define CF_TEST_UTILS_H

/* library includes */
#include <time.h>
Expand Down Expand Up @@ -283,4 +283,4 @@ CFE_Status_t Any_CFE_Status_t_Except(CFE_Status_t exception);
CFE_MSG_Size_t Any_CFE_MSG_Size_t(void);
CFE_MSG_Size_t Any_CFE_MSG_Size_t_LessThan(size_t ceiling);

#endif /* _cf_test_utils_h_ */
#endif

0 comments on commit 65351b2

Please sign in to comment.