]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Protocol/PlatformBootManager.h
EmbeddedPkg: Apply uncrustify changes
[mirror_edk2.git] / EmbeddedPkg / Include / Protocol / PlatformBootManager.h
index 0167f4b35c1d6d2588d6bc8032a0ca755545c4b6..f1790d9742026313b22b781f9c342ceba1a3a0ba 100644 (file)
@@ -12,7 +12,7 @@
 //\r
 // Protocol interface structure\r
 //\r
-typedef struct _PLATFORM_BOOT_MANAGER_PROTOCOL    PLATFORM_BOOT_MANAGER_PROTOCOL;\r
+typedef struct _PLATFORM_BOOT_MANAGER_PROTOCOL PLATFORM_BOOT_MANAGER_PROTOCOL;\r
 \r
 //\r
 // Function Prototypes\r
@@ -65,16 +65,16 @@ typedef struct _PLATFORM_BOOT_MANAGER_PROTOCOL    PLATFORM_BOOT_MANAGER_PROTOCOL
 */\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *GET_PLATFORM_BOOT_OPTIONS_AND_KEYS) (\r
+(EFIAPI *GET_PLATFORM_BOOT_OPTIONS_AND_KEYS)(\r
   OUT UINTN                              *Count,\r
   OUT EFI_BOOT_MANAGER_LOAD_OPTION       **BootOptions,\r
   OUT EFI_INPUT_KEY                      **BootKeys\r
   );\r
 \r
 struct _PLATFORM_BOOT_MANAGER_PROTOCOL {\r
-  GET_PLATFORM_BOOT_OPTIONS_AND_KEYS     GetPlatformBootOptionsAndKeys;\r
+  GET_PLATFORM_BOOT_OPTIONS_AND_KEYS    GetPlatformBootOptionsAndKeys;\r
 };\r
 \r
-extern EFI_GUID gPlatformBootManagerProtocolGuid;\r
+extern EFI_GUID  gPlatformBootManagerProtocolGuid;\r
 \r
 #endif /* __PLATFORM_BOOT_MANAGER_PROTOCOL_H__ */\r