diff options
author | Ramsay Jones <ramsay@ramsayjones.plus.com> | 2018-10-18 00:13:26 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-18 06:39:35 +0200 |
commit | 0009d3501b87bd02f6c6faba93cf991d701fa5a5 (patch) | |
tree | 8b0108e0376336b3c6a6f31a357e5562503daa14 /fetch-negotiator.h | |
parent | Fourth batch for 2.20 (diff) | |
download | git-0009d3501b87bd02f6c6faba93cf991d701fa5a5.tar.xz git-0009d3501b87bd02f6c6faba93cf991d701fa5a5.zip |
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 'fetch-negotiator.h')
-rw-r--r-- | fetch-negotiator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetch-negotiator.h b/fetch-negotiator.h index ddb44a22dc..9e3967ce66 100644 --- a/fetch-negotiator.h +++ b/fetch-negotiator.h @@ -1,5 +1,5 @@ -#ifndef FETCH_NEGOTIATOR -#define FETCH_NEGOTIATOR +#ifndef FETCH_NEGOTIATOR_H +#define FETCH_NEGOTIATOR_H struct commit; |