]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/AcpiPlatformDxe/Xen.c
OvmfPkg: strip trailing whitespace
[mirror_edk2.git] / OvmfPkg / AcpiPlatformDxe / Xen.c
index f80dfe1a57cf72a8c2c78baafc29ad6cacf10e67..289ef971c4b89f36bfad1632b37e2c220066edbf 100644 (file)
@@ -6,7 +6,7 @@
 \r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
-**/ \r
+**/\r
 \r
 #include "AcpiPlatform.h"\r
 #include <Library/BaseLib.h>\r
@@ -151,12 +151,12 @@ InstallXenTables (
   }\r
 \r
   //\r
-  // If XSDT table is find, just install its tables. \r
+  // If XSDT table is find, just install its tables.\r
   // Otherwise, try to find and install the RSDT tables.\r
   //\r
   if (XenAcpiRsdpStructurePtr->XsdtAddress) {\r
     //\r
-    // Retrieve the addresses of XSDT and \r
+    // Retrieve the addresses of XSDT and\r
     // calculate the number of its table entries.\r
     //\r
     Xsdt = (EFI_ACPI_DESCRIPTION_HEADER *) (UINTN)\r
@@ -212,7 +212,7 @@ InstallXenTables (
     Rsdt = (EFI_ACPI_DESCRIPTION_HEADER *) (UINTN)\r
              XenAcpiRsdpStructurePtr->RsdtAddress;\r
     NumberOfTableEntries = (Rsdt->Length -\r
-                             sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / \r
+                             sizeof (EFI_ACPI_DESCRIPTION_HEADER)) /\r
                              sizeof (UINT32);\r
 \r
     //\r