]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/MmBase.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / MmBase.h
index 1e1d7b7eaab96a5dffaeabc1ba5bbc92faa597c5..fa0310fce695a647b91674d1449a484d1ad5c234 100644 (file)
@@ -19,7 +19,7 @@
     0xf4ccbfb7, 0xf6e0, 0x47fd, {0x9d, 0xd4, 0x10, 0xa8, 0xf1, 0x50, 0xc1, 0x91 }  \\r
   }\r
 \r
-typedef struct _EFI_MM_BASE_PROTOCOL  EFI_MM_BASE_PROTOCOL;\r
+typedef struct _EFI_MM_BASE_PROTOCOL EFI_MM_BASE_PROTOCOL;\r
 \r
 /**\r
   Service to indicate whether the driver is currently executing in the MM Initialization phase.\r
@@ -71,11 +71,10 @@ EFI_STATUS
 /// services and determine whether the driver is being invoked inside MMRAM or outside of MMRAM.\r
 ///\r
 struct _EFI_MM_BASE_PROTOCOL {\r
-  EFI_MM_INSIDE_OUT         InMm;\r
-  EFI_MM_GET_MMST_LOCATION  GetMmstLocation;\r
+  EFI_MM_INSIDE_OUT           InMm;\r
+  EFI_MM_GET_MMST_LOCATION    GetMmstLocation;\r
 };\r
 \r
-extern EFI_GUID gEfiMmBaseProtocolGuid;\r
+extern EFI_GUID  gEfiMmBaseProtocolGuid;\r
 \r
 #endif\r
-\r