summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c')
-rw-r--r--MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
index 9acb1b79b3..7c379891be 100644
--- a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
+++ b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
@@ -26,7 +26,7 @@
//
// Cache copy of the DXE Services Table
//
-EFI_DXE_SERVICES *gDS = NULL;
+EFI_DXE_SERVICES *gDS = NULL;
/**
The constructor function caches the pointer of DXE Services Table.
@@ -54,7 +54,7 @@ DxeServicesTableLibConstructor (
//
// Cache copy of the DXE Services Table
//
- Status = EfiGetSystemConfigurationTable (&gEfiDxeServicesTableGuid, (VOID **) &gDS);
+ Status = EfiGetSystemConfigurationTable (&gEfiDxeServicesTableGuid, (VOID **)&gDS);
ASSERT_EFI_ERROR (Status);
ASSERT (gDS != NULL);