]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / DxeServicesTableLib / DxeServicesTableLib.c
index 6783e4d75489ab46b4c1be090df2e41f28fbcbd2..7c379891be9158eb67c2cd992a2aa0561d35d147 100644 (file)
@@ -9,7 +9,7 @@
   Please attention this library instance can not be used util EFI_SYSTEM_TABLE was\r
   initialized.\r
 \r
-  This library contains contruct function to retrieve EFI_DXE_SERIVCE, this construct\r
+  This library contains construct function to retrieve EFI_DXE_SERVICE, this construct\r
   function will be invoked in DXE driver's autogen file.\r
 \r
   Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
@@ -26,7 +26,7 @@
 //\r
 // Cache copy of the DXE Services Table\r
 //\r
-EFI_DXE_SERVICES  *gDS      = NULL;\r
+EFI_DXE_SERVICES  *gDS = NULL;\r
 \r
 /**\r
   The constructor function caches the pointer of DXE Services Table.\r
@@ -54,7 +54,7 @@ DxeServicesTableLibConstructor (
   //\r
   // Cache copy of the DXE Services Table\r
   //\r
-  Status = EfiGetSystemConfigurationTable (&gEfiDxeServicesTableGuid, (VOID **) &gDS);\r
+  Status = EfiGetSystemConfigurationTable (&gEfiDxeServicesTableGuid, (VOID **)&gDS);\r
   ASSERT_EFI_ERROR (Status);\r
   ASSERT (gDS != NULL);\r
 \r