summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-22 02:49:53 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-22 02:49:53 +0000
commit60bd4ccd45aa4077a0192364a7b97f9066192e58 (patch)
tree61520eda37bf57b199499617d60aa0fad388e352 /MdePkg/Library
parent509dfd2172a302c773e7166e9520ccc5cdd720db (diff)
downloadedk2-60bd4ccd45aa4077a0192364a7b97f9066192e58.tar.gz
edk2-60bd4ccd45aa4077a0192364a7b97f9066192e58.tar.bz2
edk2-60bd4ccd45aa4077a0192364a7b97f9066192e58.zip
Remove tabs in MdePkg source code
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9302 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r--MdePkg/Library/PeiServicesLib/PeiServicesLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/PeiServicesLib/PeiServicesLib.c b/MdePkg/Library/PeiServicesLib/PeiServicesLib.c
index 5782e5132f..7311633c93 100644
--- a/MdePkg/Library/PeiServicesLib/PeiServicesLib.c
+++ b/MdePkg/Library/PeiServicesLib/PeiServicesLib.c
@@ -1,7 +1,7 @@
/** @file
Implementation for PEI Services Library.
- Copyright (c) 2006 - 2008, Intel Corporation<BR>
+ Copyright (c) 2006 - 2009, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -570,7 +570,7 @@ PeiServicesInstallFvInfoPpi (
FvInfoPpi->FvInfoSize = FvInfoSize;
if (ParentFvName != NULL) {
ParentFvNameValue = AllocateCopyPool (sizeof (EFI_GUID), ParentFvName);
- ASSERT (ParentFvNameValue != NULL);
+ ASSERT (ParentFvNameValue != NULL);
FvInfoPpi->ParentFvName = ParentFvNameValue;
}
if (ParentFileName != NULL) {