Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamsay Jones <ramsay@ramsayjones.plus.com>2018-10-18 01:13:26 +0300
committerJunio C Hamano <gitster@pobox.com>2018-10-18 07:39:35 +0300
commit0009d3501b87bd02f6c6faba93cf991d701fa5a5 (patch)
tree8b0108e0376336b3c6a6f31a357e5562503daa14 /commit-reach.h
parenta4b8ab5363a32f283a61ef3a962853556d136c0e (diff)
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 'commit-reach.h')
-rw-r--r--commit-reach.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/commit-reach.h b/commit-reach.h
index 7d313e2975..122a23a24d 100644
--- a/commit-reach.h
+++ b/commit-reach.h
@@ -1,5 +1,5 @@
-#ifndef __COMMIT_REACH_H__
-#define __COMMIT_REACH_H__
+#ifndef COMMIT_REACH_H
+#define COMMIT_REACH_H
#include "commit-slab.h"