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/PeImage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/PeImage.h') diff --git a/include/PeImage.h b/include/PeImage.h index 17f186c7..a606e8b2 100644 --- a/include/PeImage.h +++ b/include/PeImage.h @@ -19,8 +19,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -#ifndef __PE_IMAGE_H__ -#define __PE_IMAGE_H__ +#ifndef SHIM_PEIMAGE_H +#define SHIM_PEIMAGE_H #include @@ -786,4 +786,4 @@ typedef struct { EFI_IMAGE_OPTIONAL_HEADER_UNION *PEHdr; } PE_COFF_LOADER_IMAGE_CONTEXT; -#endif +#endif /* SHIM_PEIMAGE_H */ -- cgit v1.2.3