]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmLib/Null/NullArmCacheInformation.c
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Library / ArmLib / Null / NullArmCacheInformation.c
index 3ee0b9cf00885e02d3baf380d7eeb9b97e104d53..2eeb42e1b7a39c90880ab2e24201736e4c19426c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
   Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
-  \r
+\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
@@ -41,16 +41,16 @@ ArmDataCachePresent (
 {\r
   return FALSE;\r
 }\r
-  \r
+\r
 UINTN\r
 EFIAPI\r
 ArmDataCacheSize (\r
   VOID\r
   )\r
 {\r
-  return 0;      \r
+  return 0;\r
 }\r
-  \r
+\r
 UINTN\r
 EFIAPI\r
 ArmDataCacheAssociativity (\r
@@ -59,7 +59,7 @@ ArmDataCacheAssociativity (
 {\r
   return 0;\r
 }\r
-  \r
+\r
 UINTN\r
 EFIAPI\r
 ArmDataCacheLineLength (\r
@@ -68,7 +68,7 @@ ArmDataCacheLineLength (
 {\r
   return 0;\r
 }\r
-  \r
+\r
 BOOLEAN\r
 EFIAPI\r
 ArmInstructionCachePresent (\r
@@ -77,16 +77,16 @@ ArmInstructionCachePresent (
 {\r
   return FALSE;\r
 }\r
-  \r
+\r
 UINTN\r
 EFIAPI\r
 ArmInstructionCacheSize (\r
   VOID\r
   )\r
 {\r
-  return 0;      \r
+  return 0;\r
 }\r
-  \r
+\r
 UINTN\r
 EFIAPI\r
 ArmInstructionCacheAssociativity (\r
@@ -95,7 +95,7 @@ ArmInstructionCacheAssociativity (
 {\r
   return 0;\r
 }\r
-  \r
+\r
 UINTN\r
 EFIAPI\r
 ArmInstructionCacheLineLength (\r