mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
a4b8ab5363
commit
0009d3501b
@@ -1,5 +1,5 @@
|
||||
#ifndef FETCH_NEGOTIATOR
|
||||
#define FETCH_NEGOTIATOR
|
||||
#ifndef FETCH_NEGOTIATOR_H
|
||||
#define FETCH_NEGOTIATOR_H
|
||||
|
||||
struct commit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user