From 0009d3501b87bd02f6c6faba93cf991d701fa5a5 Mon Sep 17 00:00:00 2001 From: Ramsay Jones Date: Wed, 17 Oct 2018 23:13:26 +0100 Subject: headers: normalize the spelling of some header guards Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- alias.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alias.h') diff --git a/alias.h b/alias.h index 79933f2457..aef4843bb7 100644 --- a/alias.h +++ b/alias.h @@ -1,5 +1,5 @@ -#ifndef __ALIAS_H__ -#define __ALIAS_H__ +#ifndef ALIAS_H +#define ALIAS_H struct string_list; -- cgit v1.2.3