]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/ImageAuthentication.h
Remove tabs in MdePkg source code
[mirror_edk2.git] / MdePkg / Include / Guid / ImageAuthentication.h
index b965a425490c010df8f07f0fc2b7218d2e53eafc..5e97c3c848e805bd9178b9ff339f20e7a4a9359b 100644 (file)
@@ -70,26 +70,26 @@ typedef struct {
   ///\r
   /// An identifier which identifies the agent which added the signature to the list.\r
   ///\r
-  EFI_GUID             SignatureOwner;\r
+  EFI_GUID          SignatureOwner;\r
   ///\r
   /// The format of the signature is defined by the SignatureType.\r
   ///\r
-  UINT8                          SignatureData[1];\r
+  UINT8             SignatureData[1];\r
 } EFI_SIGNATURE_DATA;\r
 \r
 typedef struct {\r
   ///\r
   /// Type of the signature. GUID signature types are defined in below.\r
   ///\r
-  EFI_GUID             SignatureType;\r
+  EFI_GUID            SignatureType;\r
   ///\r
   /// Total size of the signature list, including this header.\r
   ///\r
-  UINT32               SignatureListSize;\r
+  UINT32              SignatureListSize;\r
   ///\r
   /// Size of the signature header which precedes the array of signatures.\r
   ///\r
-  UINT32               SignatureHeaderSize;\r
+  UINT32              SignatureHeaderSize;\r
   ///\r
   /// Size of each signature.\r
   ///\r
@@ -176,7 +176,7 @@ typedef struct {
   ///\r
   /// Describes the action taken by the firmware regarding this image.\r
   ///\r
-  EFI_IMAGE_EXECUTION_ACTION     Action;\r
+  EFI_IMAGE_EXECUTION_ACTION    Action;\r
   ///\r
   /// Size of all of the entire structure.\r
   ///\r
@@ -204,7 +204,7 @@ typedef struct {
   ///\r
   WIN_CERTIFICATE               ImageHash;\r
   ///\r
-  /// Zero or more image signatures. If the image contained no signtures, \r
+  /// Zero or more image signatures. If the image contained no signatures, \r
   /// then this field is empty.\r
   ///\r
   WIN_CERTIFICATE               Signature;\r