compat/precompose_utf8.h: use more common include guard style

Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Elijah Newren committed Aug 15, 2018 at 10:54 UTC f790d8125279e44d7611f17466b0248fbdea8ed1
1 file changed +2 -1
compat/precompose_utf8.h
+2 -1
@@ -1,4 +1,6 @@
1 #ifndef PRECOMPOSE_UNICODE_H
2 +#define PRECOMPOSE_UNICODE_H
3 +
4 #include <sys/stat.h>
5 #include <sys/types.h>
6 #include <dirent.h>
@@ -41,5 +43,4 @@ int precompose_utf8_closedir(PREC_DIR *dirp);
43 #define DIR PREC_DIR
44 #endif /* PRECOMPOSE_UNICODE_C */
45
44 -#define PRECOMPOSE_UNICODE_H
46 #endif /* PRECOMPOSE_UNICODE_H */