summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiLib
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-24 14:31:16 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-24 14:31:16 +0000
commit35db118601d327741b1653e40bb14c8a4f3e40e8 (patch)
treea4a772c6296ba889381f16950cf627d194935c64 /MdePkg/Library/UefiLib
parent77aa96e04658a4ea4392cf3ce48167cf1ad21232 (diff)
downloadedk2-platforms-35db118601d327741b1653e40bb14c8a4f3e40e8.tar.xz
Fix minor formatting issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7939 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiLib')
-rw-r--r--MdePkg/Library/UefiLib/UefiLib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLib.c b/MdePkg/Library/UefiLib/UefiLib.c
index 5745a8f669..e646f86dd8 100644
--- a/MdePkg/Library/UefiLib/UefiLib.c
+++ b/MdePkg/Library/UefiLib/UefiLib.c
@@ -1209,9 +1209,9 @@ If Guid is NULL, then ASSERT().
VOID *
EFIAPI
GetVariable (
- IN CONST CHAR16 *Name,
- IN CONST EFI_GUID *Guid
- )
+ IN CONST CHAR16 *Name,
+ IN CONST EFI_GUID *Guid
+ )
{
EFI_STATUS Status;
UINTN Size;