Skip to content

Commit

Permalink
compat/precompose_utf8.h: use more common include guard style
Browse files Browse the repository at this point in the history
Reviewed-by: Jonathan Nieder <[email protected]>
Signed-off-by: Elijah Newren <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
newren authored and gitster committed Aug 15, 2018
1 parent 64e68a3 commit f790d81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compat/precompose_utf8.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#ifndef PRECOMPOSE_UNICODE_H
#define PRECOMPOSE_UNICODE_H

#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
Expand Down Expand Up @@ -41,5 +43,4 @@ int precompose_utf8_closedir(PREC_DIR *dirp);
#define DIR PREC_DIR
#endif /* PRECOMPOSE_UNICODE_C */

#define PRECOMPOSE_UNICODE_H
#endif /* PRECOMPOSE_UNICODE_H */

0 comments on commit f790d81

Please sign in to comment.