diff options
author | Ramsay Jones <ramsay@ramsayjones.plus.com> | 2018-10-17 23:13:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-18 13:39:35 +0900 |
commit | 0009d3501b87bd02f6c6faba93cf991d701fa5a5 (patch) | |
tree | 8b0108e0376336b3c6a6f31a357e5562503daa14 /t | |
parent | Fourth batch for 2.20 (diff) | |
download | tgif-0009d3501b87bd02f6c6faba93cf991d701fa5a5.tar.xz |
headers: normalize the spelling of some header guards
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rw-r--r-- | t/helper/test-tool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/helper/test-tool.h b/t/helper/test-tool.h index e4890566da..71f470b871 100644 --- a/t/helper/test-tool.h +++ b/t/helper/test-tool.h @@ -1,5 +1,5 @@ -#ifndef __TEST_TOOL_H__ -#define __TEST_TOOL_H__ +#ifndef TEST_TOOL_H +#define TEST_TOOL_H #include "git-compat-util.h" |