]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiServicesLib/PeiServicesLib.c
Remove tabs in MdePkg source code
[mirror_edk2.git] / MdePkg / Library / PeiServicesLib / PeiServicesLib.c
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