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>
maint
Elijah Newren 2018-08-15 10:54:09 -07:00 committed by Junio C Hamano
parent 64e68a3b32
commit f790d81252
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#ifndef PRECOMPOSE_UNICODE_H
#define PRECOMPOSE_UNICODE_H

#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
@ -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 */