Skip to content

Commit f99efcf

Browse files
committed
Fix include guard
1 parent 77936de commit f99efcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_msgs/include/test_msgs/action/fibonacci.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ extern "C"
2121
}
2222
#endif
2323

24-
#define TEST_MSGS__ACTION__FIBONACCI_H_
24+
#endif // TEST_MSGS__ACTION__FIBONACCI_H_

0 commit comments

Comments
 (0)