commit | 0009d3501b87bd02f6c6faba93cf991d701fa5a5 | [log] [tgz] |
---|---|---|
author | Ramsay Jones <ramsay@ramsayjones.plus.com> | Wed Oct 17 23:13:26 2018 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Oct 18 13:39:35 2018 +0900 |
tree | 8b0108e0376336b3c6a6f31a357e5562503daa14 | |
parent | a4b8ab5363a32f283a61ef3a962853556d136c0e [diff] [blame] |
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>
diff --git a/vcs-svn/line_buffer.h b/vcs-svn/line_buffer.h index ee23b4f..e192aed 100644 --- a/vcs-svn/line_buffer.h +++ b/vcs-svn/line_buffer.h
@@ -1,5 +1,5 @@ -#ifndef LINE_BUFFER_H_ -#define LINE_BUFFER_H_ +#ifndef LINE_BUFFER_H +#define LINE_BUFFER_H #include "strbuf.h"