]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Sec/SecArmPlatformGlobalVariableLib.c
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / Library / ArmPlatformGlobalVariableLib / Sec / SecArmPlatformGlobalVariableLib.c
index 978ba33369cb6cfe2ad5656c1f2414ee5c248b51..aa8d8927c15a931af7bc7fda22314e497ccea816 100644 (file)
@@ -32,7 +32,7 @@ ArmPlatformGetGlobalVariable (
   ASSERT (VariableOffset < PcdGet32 (PcdSecGlobalVariableSize));\r
 \r
   GlobalVariableBase = PcdGet32 (PcdCPUCoresSecStackBase) + PcdGet32 (PcdCPUCoreSecPrimaryStackSize) - PcdGet32 (PcdSecGlobalVariableSize);\r
-  \r
+\r
   if (VariableSize == 4) {\r
     *(UINT32*)Variable = ReadUnaligned32 ((CONST UINT32*)(GlobalVariableBase + VariableOffset));\r
   } else if (VariableSize == 8) {\r