diff options
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/UefiLib/UefiLib.c | 6 |
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;
|