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/sysdir.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/sysdir.h')
-rw-r--r-- | src/sysdir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdir.h b/src/sysdir.h index 8f4466b46..ce1b4dc71 100644 --- a/src/sysdir.h +++ b/src/sysdir.h @@ -116,4 +116,4 @@ extern int git_sysdir_get_str(char *out, size_t outlen, git_sysdir_t which); */ extern int git_sysdir_set(git_sysdir_t which, const char *paths); -#endif /* INCLUDE_sysdir_h__ */ +#endif |