Skip to content

Commit f790d81

Browse files
newrengitster
authored andcommitted
compat/precompose_utf8.h: use more common include guard style
Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 64e68a3 commit f790d81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compat/precompose_utf8.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#ifndef PRECOMPOSE_UNICODE_H
2+
#define PRECOMPOSE_UNICODE_H
3+
24
#include <sys/stat.h>
35
#include <sys/types.h>
46
#include <dirent.h>
@@ -41,5 +43,4 @@ int precompose_utf8_closedir(PREC_DIR *dirp);
4143
#define DIR PREC_DIR
4244
#endif /* PRECOMPOSE_UNICODE_C */
4345

44-
#define PRECOMPOSE_UNICODE_H
4546
#endif /* PRECOMPOSE_UNICODE_H */

0 commit comments

Comments
 (0)