From 037e66befd3606b0ff4d553490ae2edb34c0cb1c Mon Sep 17 00:00:00 2001 From: Chao Zhang Date: Wed, 20 May 2015 02:13:42 +0000 Subject: [PATCH] MdePkg: Update coding style Update to follow Tiano Coding style. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang Reviewed-by: Qiu Shumin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17473 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/IndustryStandard/WindowsUxCapsule.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/WindowsUxCapsule.h b/MdePkg/Include/IndustryStandard/WindowsUxCapsule.h index 6908218c5b..62247c4196 100644 --- a/MdePkg/Include/IndustryStandard/WindowsUxCapsule.h +++ b/MdePkg/Include/IndustryStandard/WindowsUxCapsule.h @@ -13,8 +13,9 @@ --*/ -#ifndef _WINDOWS_UX_CAPSULE_GUID_H -#define _WINDOWS_UX_CAPSULE_GUID_H + +#ifndef _WINDOWS_UX_CAPSULE_GUID_H_ +#define _WINDOWS_UX_CAPSULE_GUID_H_ #pragma pack(1) -- 2.39.2