]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/BdsDxe/MemoryTest.c
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / MemoryTest.c
index 118808201d1f02db454ff6d34f346bcfe9de303e..28853d23dd9d15ca16b16ff9f511f7bb7447f1f3 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Perform the platform memory test\r
 \r
-Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2018, Intel Corporation. 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
@@ -282,7 +282,7 @@ BdsMemoryTest (
     FreePool (Pos);\r
     return EFI_SUCCESS;\r
   }\r
-  \r
+\r
   if (!FeaturePcdGet(PcdBootlogoOnlyEnable)) {\r
     TmpStr = GetStringById (STRING_TOKEN (STR_ESC_TO_SKIP_MEM_TEST));\r
 \r
@@ -310,7 +310,7 @@ BdsMemoryTest (
 \r
       ASSERT (0);\r
     }\r
-    \r
+\r
     if (!FeaturePcdGet(PcdBootlogoOnlyEnable)) {\r
       TempData = (UINT32) DivU64x32 (TotalMemorySize, 16);\r
       TestPercent = (UINTN) DivU64x32 (\r
@@ -326,7 +326,7 @@ BdsMemoryTest (
           //\r
           StrnCatS (\r
             StrPercent,\r
-            sizeof (StrPercent) / sizeof (CHAR16), \r
+            sizeof (StrPercent) / sizeof (CHAR16),\r
             TmpStr,\r
             sizeof (StrPercent) / sizeof (CHAR16) - StrLen (StrPercent) - 1\r
             );\r
@@ -412,11 +412,11 @@ Done:
       100,\r
       (UINTN) PreviousValue\r
       );\r
-    \r
+\r
   } else {\r
     DEBUG ((EFI_D_INFO, "%d bytes of system memory tested OK\r\n", TotalMemorySize));\r
   }\r
-  \r
+\r
   FreePool (Pos);\r
 \r
 \r