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

4
midx.h
View File

@ -1,5 +1,5 @@
#ifndef __MIDX_H__
#define __MIDX_H__
#ifndef MIDX_H
#define MIDX_H
#include "repository.h"