summaryrefslogtreecommitdiff
path: root/vcs-svn/svndiff.h
diff options
context:
space:
mode:
authorRamsay Jones <ramsay@ramsayjones.plus.com>2018-10-17 23:13:26 +0100
committerJunio C Hamano <gitster@pobox.com>2018-10-18 13:39:35 +0900
commit0009d3501b87bd02f6c6faba93cf991d701fa5a5 (patch)
tree8b0108e0376336b3c6a6f31a357e5562503daa14 /vcs-svn/svndiff.h
parenta4b8ab5363a32f283a61ef3a962853556d136c0e (diff)
downloadgit-0009d3501b87bd02f6c6faba93cf991d701fa5a5.tar.gz
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 'vcs-svn/svndiff.h')
-rw-r--r--vcs-svn/svndiff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs-svn/svndiff.h b/vcs-svn/svndiff.h
index 74eb464bab..10a2cbc40e 100644
--- a/vcs-svn/svndiff.h
+++ b/vcs-svn/svndiff.h
@@ -1,5 +1,5 @@
-#ifndef SVNDIFF_H_
-#define SVNDIFF_H_
+#ifndef SVNDIFF_H
+#define SVNDIFF_H
struct line_buffer;
struct sliding_view;