From 35db118601d327741b1653e40bb14c8a4f3e40e8 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Tue, 24 Mar 2009 14:31:16 +0000 Subject: [PATCH] Fix minor formatting issue. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7939 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/UefiLib/UefiLib.c | 6 +++--- 1 file 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; -- 2.39.2