From: Kevin Day Date: Tue, 15 Mar 2022 00:24:21 +0000 (-0500) Subject: Cleanup: Header define should end in lower-case 'h'. X-Git-Tag: 0.5.9~81 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3fa6a94bf7f6fe04d02f2d80466700cad58b9265;p=fll Cleanup: Header define should end in lower-case 'h'. This style problem is identified by CLang. --- diff --git a/level_0/f_iki/tests/unit/c/test-iki-datas_resize.h b/level_0/f_iki/tests/unit/c/test-iki-datas_resize.h index 915f835..901b966 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datas_resize.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datas_resize.h @@ -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