summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/MmServicesTableLib/MmServicesTableLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/MmServicesTableLib/MmServicesTableLib.c')
-rw-r--r--MdePkg/Library/MmServicesTableLib/MmServicesTableLib.c6
1 files changed, 3 insertions, 3 deletions
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 <Library/MmServicesTableLib.h>
#include <Library/DebugLib.h>
-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;
//