]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/Arm/Helper.asm
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / Sec / Arm / Helper.asm
index b31cc31a97eeca196291f86bfbe6bf5a3ab73cae..febcdb18a1b27a90f41c15b3c6d3a4c4909789ec 100644 (file)
@@ -1,13 +1,13 @@
 //\r
 //  Copyright (c) 2011-2012, 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
-//  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
+//  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
 //\r
 //\r
 \r
@@ -15,7 +15,7 @@
     EXPORT  enter_monitor_mode\r
     EXPORT  copy_cpsr_into_spsr\r
     EXPORT  set_non_secure_mode\r
-    \r
+\r
     AREA   Helper, CODE, READONLY\r
 \r
 // r0: Monitor World EntryPoint\r
@@ -34,7 +34,7 @@ enter_monitor_mode FUNCTION
     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
@@ -75,5 +75,5 @@ set_non_secure_mode
 \r
 dead\r
     B       dead\r
-    \r
+\r
     END\r