]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/HttpBootCallback.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / HttpBootCallback.h
index 2e3518bd002ec325b9f1e97292b428ee6d59e8a0..926f6c1b3076f82abf588be3bd00da920aa1f624 100644 (file)
@@ -17,7 +17,7 @@
     0xba23b311, 0x343d, 0x11e6, {0x91, 0x85, 0x58, 0x20, 0xb1, 0xd6, 0x52, 0x99} \\r
   }\r
 \r
-typedef struct _EFI_HTTP_BOOT_CALLBACK_PROTOCOL  EFI_HTTP_BOOT_CALLBACK_PROTOCOL;\r
+typedef struct _EFI_HTTP_BOOT_CALLBACK_PROTOCOL EFI_HTTP_BOOT_CALLBACK_PROTOCOL;\r
 \r
 ///\r
 /// EFI_HTTP_BOOT_CALLBACK_DATA_TYPE\r
@@ -72,13 +72,13 @@ typedef enum {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * EFI_HTTP_BOOT_CALLBACK) (\r
+(EFIAPI *EFI_HTTP_BOOT_CALLBACK)(\r
   IN EFI_HTTP_BOOT_CALLBACK_PROTOCOL    *This,\r
   IN EFI_HTTP_BOOT_CALLBACK_DATA_TYPE   DataType,\r
   IN BOOLEAN                            Received,\r
   IN UINT32                             DataLength,\r
   IN VOID                               *Data   OPTIONAL\r
- );\r
 );\r
 \r
 ///\r
 /// EFI HTTP Boot Callback Protocol is invoked when the HTTP Boot driver is about to transmit or\r
@@ -86,9 +86,9 @@ EFI_STATUS
 /// as the Load File Protocol for the HTTP Boot.\r
 ///\r
 struct _EFI_HTTP_BOOT_CALLBACK_PROTOCOL {\r
-  EFI_HTTP_BOOT_CALLBACK Callback;\r
+  EFI_HTTP_BOOT_CALLBACK    Callback;\r
 };\r
 \r
-extern EFI_GUID gEfiHttpBootCallbackProtocolGuid;\r
+extern EFI_GUID  gEfiHttpBootCallbackProtocolGuid;\r
 \r
 #endif\r