]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: cleanup whitespace in Facp.aslc / Platform.h
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Aug 2012 15:37:50 +0000 (15:37 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Aug 2012 15:37:50 +0000 (15:37 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13610 6f19259b-4bc3-4df7-8a09-765794883524

OvmfPkg/AcpiTables/Facp.aslc
OvmfPkg/AcpiTables/Platform.h

index 78b7ac68d210446ad310aec92fd36441e2157e45..b06c6b22adb182cc95b23e6aa7aa0fe8bc0c6a05 100644 (file)
@@ -1,17 +1,17 @@
 /** @file\r
   FACP Table\r
-  \r
+\r
   Copyright (c) 2008 - 2009, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials are\r
   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
+\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
+**/\r
+\r
 #include "Platform.h"\r
 \r
 EFI_ACPI_1_0_FIXED_ACPI_DESCRIPTION_TABLE FACP = {\r
@@ -61,7 +61,7 @@ EFI_ACPI_1_0_FIXED_ACPI_DESCRIPTION_TABLE FACP = {
   CENTURY,          // index to century in RTC CMOS RAM\r
   0x03,             // Boot architecture flag\r
   0x00,             // Boot architecture flag\r
-  RESERVED,         // reserved \r
+  RESERVED,         // reserved\r
   FLAG\r
 };\r
 \r
@@ -72,7 +72,7 @@ ReferenceAcpiTable (
   )\r
 {\r
   //\r
-  // Reference the table being generated to prevent the optimizer from removing the \r
+  // Reference the table being generated to prevent the optimizer from removing the\r
   // data structure from the exeutable\r
   //\r
   return (VOID*)&FACP;\r
index 8bba992d019354bcd3bbfaaefdc9ab3f8ec4ea58..b9a491cd788b0f3c5b1b73225606cda1b6c651e6 100644 (file)
@@ -6,16 +6,16 @@
   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
+\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
 \r
 #ifndef _Platform_h_INCLUDED_\r
 #define _Platform_h_INCLUDED_\r
 \r
-#include <PiDxe.h> \r
+#include <PiDxe.h>\r
 #include <IndustryStandard/Acpi.h>\r
 \r
 //\r
@@ -28,7 +28,7 @@
 #define EFI_ACPI_CREATOR_REVISION 0x00000097\r
 \r
 #define INT_MODEL       0x01\r
-#define SCI_INT_VECTOR  0x0009 \r
+#define SCI_INT_VECTOR  0x0009\r
 #define SMI_CMD_IO_PORT 0 // If SMM was supported, then this would be 0xB2\r
 #define ACPI_ENABLE     0\r
 #define ACPI_DISABLE    0\r