]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.c
Fix issue with fixing tabs.
[mirror_edk2.git] / UnixPkg / Library / PeiUnixPeCoffExtraActionLib / PeiUnixPeCoffExtraActionLib.c
index dea03fb142e384817ab12428b224855056c5e900..98b5b9e1167645d4318f3b563b92b2d46aad058e 100644 (file)
@@ -1,8 +1,8 @@
 /**@file\r
 \r
-Copyright (c) 2006 - 2009, Intel Corporation\r
-Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+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
 http://opensource.org/licenses/bsd-license.php\r
@@ -48,7 +48,7 @@ EFIAPI
 UnixPeCoffGetUnixThunkStucture (\r
   )\r
 {\r
-       PEI_UNIX_THUNK_PPI  *UnixThunkPpi;\r
+  PEI_UNIX_THUNK_PPI  *UnixThunkPpi;\r
   EFI_STATUS        Status;\r
 \r
   \r
@@ -87,7 +87,7 @@ PeCoffLoaderRelocateImageExtraAction (
   if (mUnix == NULL) {\r
     UnixPeCoffGetUnixThunkStucture ();\r
   }\r
-  mUnix->PeCoffRelocateImageExtraAction (ImageContext);\r
+    mUnix->PeCoffRelocateImageExtraAction (ImageContext);\r
   }\r
 \r
 \r