]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/AutoScanPei/AutoScanPei.c
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / AutoScanPei / AutoScanPei.c
index 78cdd34965027ba4759cb1e6f1a2a4d0a1309784..78a40db3a247fb73f990319111ebfd50d6dee453 100644 (file)
@@ -2,13 +2,13 @@
 \r
 Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
 Portions copyright (c) 2011, Apple Inc. All rights reserved.\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
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \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
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -38,7 +38,7 @@ Routine Description:
 Arguments:\r
   FfsHeader   - General purpose data available to every PEIM\r
   PeiServices - General purpose services available to every PEIM.\r
-    \r
+\r
 Returns:\r
   None\r
 \r
@@ -89,7 +89,7 @@ Returns:
 \r
         Attributes |= EFI_RESOURCE_ATTRIBUTE_TESTED;\r
       }\r
-      \r
+\r
       BuildResourceDescriptorHob (\r
         EFI_RESOURCE_SYSTEM_MEMORY,\r
         Attributes,\r
@@ -104,6 +104,6 @@ Returns:
   // Build the CPU hob with 36-bit addressing and 16-bits of IO space.\r
   //\r
   BuildCpuHob (36, 16);\r
-  \r
+\r
   return Status;\r
 }\r