]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/Arm/Helper.S
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / Sec / Arm / Helper.S
index ae4bc4454024e1f05cd166da5902ce8171da784d..2e2801fe85f2ce4ffb328b55ef4fad6a53f1b8d7 100644 (file)
@@ -1,18 +1,18 @@
 #========================================================================================\r
 #  Copyright (c) 2011-2014, ARM Limited. All rights reserved.\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
+#\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
 #  http://opensource.org/licenses/bsd-license.php\r
 #\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #=======================================================================================\r
 \r
 #start of the code section\r
-.text \r
+.text\r
 .align 3\r
 \r
 GCC_ASM_EXPORT(return_from_exception)\r
@@ -36,7 +36,7 @@ ASM_PFX(enter_monitor_mode):
     mov     sp, r3                      @ Set the stack of the Monitor Mode\r
 \r
     mov     lr, r0                      @ Use the pass entrypoint as lr\r
-    \r
+\r
     msr     spsr_cxsf, r4               @ Use saved mode for the MOVS jump to the kernel\r
 \r
     mov     r4, r0                      @ Swap EntryPoint and MpId registers\r
@@ -80,5 +80,5 @@ ASM_PFX(set_non_secure_mode):
     isb\r
     pop     { r1 }\r
     bx      lr                @ return (hopefully thumb-safe!)\r
-    \r
+\r
 ASM_FUNCTION_REMOVE_IF_UNREFERENCED\r