summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-12 08:03:10 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-12 08:03:10 +0000
commit3393e2915afe9c69a342e8fd08c32e5e41530afd (patch)
tree6fd24ec405d1375308a172da8d4bd8195f3e47a0 /MdePkg
parent96bf829615276d178f9dc89587b24e9019294c85 (diff)
downloadedk2-platforms-3393e2915afe9c69a342e8fd08c32e5e41530afd.tar.xz
fixed the wrong format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9420 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/IpSecConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/IpSecConfig.h b/MdePkg/Include/Protocol/IpSecConfig.h
index bc80ce3ea1..609bc3d3fd 100644
--- a/MdePkg/Include/Protocol/IpSecConfig.h
+++ b/MdePkg/Include/Protocol/IpSecConfig.h
@@ -23,7 +23,7 @@
#define EFI_IPSEC_CONFIG_PROTOCOL_GUID \
{ \
- 0xce5e5929, 0xc7a3, 0x4602, 0xad, {0x9e, 0xc9, 0xda, 0xf9, 0x4e, 0xbf, 0xcf } \
+ 0xce5e5929, 0xc7a3, 0x4602, {0xad, 0x9e, 0xc9, 0xda, 0xf9, 0x4e, 0xbf, 0xcf } \
}
typedef struct _EFI_IPSEC_CONFIG_PROTOCOL EFI_IPSEC_CONFIG_PROTOCOL;