Fix minor formatting issue.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7939 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2009-03-24 14:31:16 +00:00
parent 77aa96e046
commit 35db118601
1 changed files with 3 additions and 3 deletions

View File

@ -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;