]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Security2.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / Security2.h
index 1fdc1d9c77bf6958021a27ae4b933882e564331c..fd38f2cbedb3144f7746a1e38ad5d71a724108fa 100644 (file)
@@ -31,7 +31,7 @@
 #define EFI_SECURITY2_ARCH_PROTOCOL_GUID \\r
   { 0x94ab2f58, 0x1438, 0x4ef1, {0x91, 0x52, 0x18, 0x94, 0x1a, 0x3a, 0x0e, 0x68 } }\r
 \r
-typedef struct _EFI_SECURITY2_ARCH_PROTOCOL    EFI_SECURITY2_ARCH_PROTOCOL;\r
+typedef struct _EFI_SECURITY2_ARCH_PROTOCOL EFI_SECURITY2_ARCH_PROTOCOL;\r
 \r
 /**\r
   The DXE Foundation uses this service to measure and/or verify a UEFI image.\r
@@ -78,13 +78,13 @@ typedef struct _EFI_SECURITY2_ARCH_PROTOCOL    EFI_SECURITY2_ARCH_PROTOCOL;
                                   drivers from the device path specified by DevicePath. The\r
                                   image has been added into the list of the deferred images.\r
 **/\r
-typedef EFI_STATUS (EFIAPI *EFI_SECURITY2_FILE_AUTHENTICATION) (\r
+typedef EFI_STATUS (EFIAPI *EFI_SECURITY2_FILE_AUTHENTICATION)(\r
   IN CONST EFI_SECURITY2_ARCH_PROTOCOL *This,\r
   IN CONST EFI_DEVICE_PATH_PROTOCOL    *File  OPTIONAL,\r
   IN VOID                              *FileBuffer,\r
   IN UINTN                             FileSize,\r
   IN BOOLEAN                           BootPolicy\r
-);\r
+  );\r
 \r
 ///\r
 /// The EFI_SECURITY2_ARCH_PROTOCOL is used to abstract platform-specific policy from the\r
@@ -93,9 +93,9 @@ typedef EFI_STATUS (EFIAPI *EFI_SECURITY2_FILE_AUTHENTICATION) (
 /// or registered hashes).\r
 ///\r
 struct _EFI_SECURITY2_ARCH_PROTOCOL {\r
-  EFI_SECURITY2_FILE_AUTHENTICATION FileAuthentication;\r
+  EFI_SECURITY2_FILE_AUTHENTICATION    FileAuthentication;\r
 };\r
 \r
-extern EFI_GUID gEfiSecurity2ArchProtocolGuid;\r
+extern EFI_GUID  gEfiSecurity2ArchProtocolGuid;\r
 \r
 #endif\r