]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SuperIoControl.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / SuperIoControl.h
index c49bb891e54752ca378b9857ba4b7af782df7973..811607074e4b68fc4eaf6ec7a6c688d9694ced6f 100644 (file)
@@ -19,8 +19,8 @@
     0xb91978df, 0x9fc1, 0x427d, { 0xbb, 0x5, 0x4c, 0x82, 0x84, 0x55, 0xca, 0x27 } \\r
   }\r
 \r
-typedef struct _EFI_SIO_CONTROL_PROTOCOL EFI_SIO_CONTROL_PROTOCOL;\r
-typedef struct _EFI_SIO_CONTROL_PROTOCOL *PEFI_SIO_CONTROL_PROTOCOL;\r
+typedef struct _EFI_SIO_CONTROL_PROTOCOL  EFI_SIO_CONTROL_PROTOCOL;\r
+typedef struct _EFI_SIO_CONTROL_PROTOCOL  *PEFI_SIO_CONTROL_PROTOCOL;\r
 \r
 /**\r
   Enable an ISA-style device.\r
@@ -70,17 +70,17 @@ struct _EFI_SIO_CONTROL_PROTOCOL {
   ///\r
   /// The version of this protocol.\r
   ///\r
-  UINT32                  Version;\r
+  UINT32                     Version;\r
   ///\r
   /// Enable a device.\r
   ///\r
-  EFI_SIO_CONTROL_ENABLE  EnableDevice;\r
+  EFI_SIO_CONTROL_ENABLE     EnableDevice;\r
   ///\r
   /// Disable a device.\r
   ///\r
-  EFI_SIO_CONTROL_DISABLE DisableDevice;\r
+  EFI_SIO_CONTROL_DISABLE    DisableDevice;\r
 };\r
 \r
-extern EFI_GUID gEfiSioControlProtocolGuid;\r
+extern EFI_GUID  gEfiSioControlProtocolGuid;\r
 \r
 #endif // __EFI_SUPER_IO_CONTROL_PROTOCOL_H__\r