X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FMmServicesTableLib%2FMmServicesTableLib.c;fp=MdePkg%2FLibrary%2FMmServicesTableLib%2FMmServicesTableLib.c;h=9ba5168608e66e2a68652eb148ab695e2b2a56dc;hp=27f9d526e396f9628329eb9a5a7c1b231095480e;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hpb=1436aea4d5707e672672a11bda72be2c63c936c3 diff --git a/MdePkg/Library/MmServicesTableLib/MmServicesTableLib.c b/MdePkg/Library/MmServicesTableLib/MmServicesTableLib.c index 27f9d526e3..9ba5168608 100644 --- a/MdePkg/Library/MmServicesTableLib/MmServicesTableLib.c +++ b/MdePkg/Library/MmServicesTableLib/MmServicesTableLib.c @@ -12,7 +12,7 @@ #include #include -EFI_MM_SYSTEM_TABLE *gMmst = NULL; +EFI_MM_SYSTEM_TABLE *gMmst = NULL; /** The constructor function caches the pointer of the MM Services Table. @@ -30,8 +30,8 @@ MmServicesTableLibConstructor ( IN EFI_SYSTEM_TABLE *SystemTable ) { - EFI_STATUS Status; - EFI_MM_BASE_PROTOCOL *InternalMmBase; + EFI_STATUS Status; + EFI_MM_BASE_PROTOCOL *InternalMmBase; InternalMmBase = NULL; //