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:
Ramsay Jones
2018-10-17 23:13:26 +01:00
committed by Junio C Hamano
parent a4b8ab5363
commit 0009d3501b
10 changed files with 20 additions and 20 deletions

View File

@ -1,5 +1,5 @@
#ifndef __COMMIT_REACH_H__
#define __COMMIT_REACH_H__
#ifndef COMMIT_REACH_H
#define COMMIT_REACH_H
#include "commit-slab.h"