]> Kevux Git Server - fll/commitdiff
Cleanup: Header define should end in lower-case 'h'.
authorKevin Day <thekevinday@gmail.com>
Tue, 15 Mar 2022 00:24:21 +0000 (19:24 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 15 Mar 2022 00:24:21 +0000 (19:24 -0500)
This style problem is identified by CLang.

level_0/f_iki/tests/unit/c/test-iki-datas_resize.h

index 915f835656ed8bbe37a77cb9edc6b14e9bf90153..901b966ed9649ff819a976f85cb58a164e758f14 100644 (file)
@@ -8,7 +8,7 @@
  * Test the array types in the type project.
  */
 #ifndef _TEST__F_iki_datas_resize_h
-#define _TEST__F_iki_datas_resize_H
+#define _TEST__F_iki_datas_resize_h
 
 /**
  * Test that the function works.
@@ -24,4 +24,4 @@ extern void test__f_iki_datas_resize__works(void **state);
  */
 extern void test__f_iki_datas_resize__parameter_checking(void **state);
 
-#endif // _TEST__F_iki_datas_resize_H
+#endif // _TEST__F_iki_datas_resize_h