From 1f1ec4cea8561d72734a56a76dc63a5c879bc994 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 23 Oct 2017 14:26:28 -0400 Subject: Make sure all of our include files have proper guards. ... and make them all the same formatting too. Signed-off-by: Peter Jones --- include/Http.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/Http.h') diff --git a/include/Http.h b/include/Http.h index cd77703c..d8c397d7 100644 --- a/include/Http.h +++ b/include/Http.h @@ -19,8 +19,8 @@ **/ -#ifndef __EFI_HTTP_PROTOCOL_H__ -#define __EFI_HTTP_PROTOCOL_H__ +#ifndef SHIM_HTTP_H +#define SHIM_HTTP_H #define EFI_HTTP_SERVICE_BINDING_PROTOCOL_GUID \ { \ @@ -514,4 +514,4 @@ struct _EFI_HTTP_PROTOCOL { EFI_HTTP_POLL Poll; }; -#endif +#endif /* SHIM_HTTP_H */ -- cgit v1.2.3