diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2018-02-01 15:55:48 -0800 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2018-02-01 15:56:33 -0800 |
commit | abb04caa2f74bb4783eb87202a904c0c3517df85 (patch) | |
tree | 82454226761e79a9620f93bdeecf86821615f00e /src/config_file.h | |
parent | f55accce05c3eff9a3ef09a06e80c09135328790 (diff) | |
download | libgit2-ethomson/header_guards.tar.gz |
consistent header guardsethomson/header_guards
use consistent names for the #include / #define header guard pattern.
Diffstat (limited to 'src/config_file.h')
-rw-r--r-- | src/config_file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config_file.h b/src/config_file.h index 25ef45e5b..72818e58c 100644 --- a/src/config_file.h +++ b/src/config_file.h @@ -71,4 +71,3 @@ GIT_INLINE(int) git_config_file_unlock(git_config_backend *cfg, int success) extern int git_config_file_normalize_section(char *start, char *end); #endif - |