]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/MmCommunication.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / MmCommunication.h
index 34c3e2b5a9e3a39a7117702a29090ea6b672d03b..0ccb98902090130b4695ef6a9104e731bc682814 100644 (file)
@@ -22,15 +22,15 @@ typedef struct {
   ///\r
   /// Allows for disambiguation of the message format.\r
   ///\r
-  EFI_GUID  HeaderGuid;\r
+  EFI_GUID    HeaderGuid;\r
   ///\r
   /// Describes the size of Data (in bytes) and does not include the size of the header.\r
   ///\r
-  UINTN     MessageLength;\r
+  UINTN       MessageLength;\r
   ///\r
   /// Designates an array of bytes that is MessageLength in size.\r
   ///\r
-  UINT8     Data[1];\r
+  UINT8       Data[1];\r
 } EFI_MM_COMMUNICATE_HEADER;\r
 \r
 #pragma pack()\r
@@ -40,7 +40,7 @@ typedef struct {
     0xc68ed8e2, 0x9dc6, 0x4cbd, { 0x9d, 0x94, 0xdb, 0x65, 0xac, 0xc5, 0xc3, 0x32 } \\r
   }\r
 \r
-typedef struct _EFI_MM_COMMUNICATION_PROTOCOL  EFI_MM_COMMUNICATION_PROTOCOL;\r
+typedef struct _EFI_MM_COMMUNICATION_PROTOCOL EFI_MM_COMMUNICATION_PROTOCOL;\r
 \r
 /**\r
   Communicates with a registered handler.\r
@@ -78,10 +78,9 @@ EFI_STATUS
 /// between DXE drivers and a registered MMI handler.\r
 ///\r
 struct _EFI_MM_COMMUNICATION_PROTOCOL {\r
-  EFI_MM_COMMUNICATE  Communicate;\r
+  EFI_MM_COMMUNICATE    Communicate;\r
 };\r
 \r
-extern EFI_GUID gEfiMmCommunicationProtocolGuid;\r
+extern EFI_GUID  gEfiMmCommunicationProtocolGuid;\r
 \r
 #endif\r
-\r