summaryrefslogtreecommitdiff
path: root/t/helper
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-10-30 15:43:44 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-10-30 15:43:44 +0900
commit0a1006c571fd365d766f97a2e886f543f07bc922 (patch)
tree9a693765c692d666d0c6db84640bb078bdefb890 /t/helper
parentMerge branch 'jk/test-tool-help' (diff)
parentheaders: normalize the spelling of some header guards (diff)
downloadtgif-0a1006c571fd365d766f97a2e886f543f07bc922.tar.xz
Merge branch 'rj/header-guards'
Code clean-up. * rj/header-guards: headers: normalize the spelling of some header guards
Diffstat (limited to 't/helper')
-rw-r--r--t/helper/test-tool.h4
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"