summaryrefslogtreecommitdiff
path: root/alias.h
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 /alias.h
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 'alias.h')
-rw-r--r--alias.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/alias.h b/alias.h
index 79933f2457..aef4843bb7 100644
--- a/alias.h
+++ b/alias.h
@@ -1,5 +1,5 @@
-#ifndef __ALIAS_H__
-#define __ALIAS_H__
+#ifndef ALIAS_H
+#define ALIAS_H
struct string_list;