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 __COMMIT_REACH_H__
|
||||
#define __COMMIT_REACH_H__
|
||||
#ifndef COMMIT_REACH_H
|
||||
#define COMMIT_REACH_H
|
||||
|
||||
#include "commit-slab.h"
|
||||
|
||||
|
Reference in New Issue
Block a user