]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/Arm/SwitchStack.S
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / Arm / SwitchStack.S
index 2543f584141c44c877899ddfbe4505058ba3bafa..509dc205d992095b4d4bcb00432d6ab7277d0473 100644 (file)
@@ -1,4 +1,4 @@
-#------------------------------------------------------------------------------ \r
+#------------------------------------------------------------------------------\r
 #\r
 # Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #------------------------------------------------------------------------------\r
-  \r
+\r
 .text\r
 .align 3\r
 \r
 GCC_ASM_EXPORT(SecSwitchStack)\r
 \r
 \r
-  \r
+\r
 #/**\r
 #  This allows the caller to switch the stack and return\r
 #\r
@@ -33,11 +33,11 @@ GCC_ASM_EXPORT(SecSwitchStack)
 #  VOID  *StackDelta\r
 #  )#\r
 #\r
-ASM_PFX(SecSwitchStack):   \r
+ASM_PFX(SecSwitchStack):\r
     mov   R1, R13\r
     add   R1, R0, R1\r
     mov   R13, R1\r
     bx    LR\r
-    \r
-    \r
-    \r
+\r
+\r
+\r