]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove tabs in MdePkg source code
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 22 Sep 2009 02:49:53 +0000 (02:49 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 22 Sep 2009 02:49:53 +0000 (02:49 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9302 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Guid/ImageAuthentication.h
MdePkg/Library/PeiServicesLib/PeiServicesLib.c

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
index 5782e5132ff811bc1a56996363bfbd4588d7daee..7311633c93a9e0391cacb7dc91b7b58cebeb3ac1 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Implementation for PEI Services Library.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
+  Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -570,7 +570,7 @@ PeiServicesInstallFvInfoPpi (
   FvInfoPpi->FvInfoSize = FvInfoSize;\r
   if (ParentFvName != NULL) {\r
     ParentFvNameValue = AllocateCopyPool (sizeof (EFI_GUID), ParentFvName);\r
-       ASSERT (ParentFvNameValue != NULL);\r
+    ASSERT (ParentFvNameValue != NULL);\r
     FvInfoPpi->ParentFvName = ParentFvNameValue;\r
   }\r
   if (ParentFileName != NULL) {\r