]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / MiscSubClassPlatformDxe / MiscSubclassDriverEntryPoint.c
index 065ab6fef8bf856491cc10415d731467c0fb2647..88a99a210865dd275dd5d6586869b5523e30ecf2 100644 (file)
@@ -51,7 +51,7 @@ LogMemorySmbiosRecord (
 \r
   Status = gBS->LocateProtocol (&gEfiSmbiosProtocolGuid, NULL, (VOID**)&Smbios);\r
   ASSERT_EFI_ERROR (Status);\r
-  \r
+\r
   NumSlots        = 1;\r
 \r
   //\r
@@ -63,7 +63,7 @@ LogMemorySmbiosRecord (
     TotalMemorySize += StrDecimalToUint64 (MemString);\r
     while (*MemString != '\0') {\r
       if (*MemString == '!') {\r
-        MemString++;       \r
+        MemString++;\r
         break;\r
       }\r
       MemString++;\r
@@ -85,7 +85,7 @@ LogMemorySmbiosRecord (
   Type19Record->StartingAddress = 0;\r
   Type19Record->EndingAddress =  (UINT32)RShiftU64(TotalMemorySize, 10) - 1;\r
   Type19Record->MemoryArrayHandle = 0;\r
-  Type19Record->PartitionWidth = (UINT8)(NumSlots); \r
+  Type19Record->PartitionWidth = (UINT8)(NumSlots);\r
 \r
   //\r
   // Generate Memory Array Mapped Address info (TYPE 19)\r
@@ -128,7 +128,7 @@ Returns:
 {\r
   UINTN                Index;\r
   EFI_STATUS           EfiStatus;\r
-  EFI_SMBIOS_PROTOCOL  *Smbios;  \r
+  EFI_SMBIOS_PROTOCOL  *Smbios;\r
 \r
   EfiStatus = gBS->LocateProtocol(&gEfiSmbiosProtocolGuid, NULL, (VOID**)&Smbios);\r
 \r