diff options
author | Chao Zhang <chao.b.zhang@intel.com> | 2015-05-20 02:13:42 +0000 |
---|---|---|
committer | czhang46 <czhang46@Edk2> | 2015-05-20 02:13:42 +0000 |
commit | 037e66befd3606b0ff4d553490ae2edb34c0cb1c (patch) | |
tree | 415d31dd3842740968b287a295093071e53e4439 | |
parent | aee257db53c87e5657b9e2c8aa558b58c4ec0fb4 (diff) | |
download | edk2-037e66befd3606b0ff4d553490ae2edb34c0cb1c.zip edk2-037e66befd3606b0ff4d553490ae2edb34c0cb1c.tar.gz edk2-037e66befd3606b0ff4d553490ae2edb34c0cb1c.tar.bz2 |
MdePkg: Update coding style
Update to follow Tiano Coding style.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17473 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/IndustryStandard/WindowsUxCapsule.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MdePkg/Include/IndustryStandard/WindowsUxCapsule.h b/MdePkg/Include/IndustryStandard/WindowsUxCapsule.h index 6908218..62247c4 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)
|