]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/Arm/Exception.asm
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / Arm / Exception.asm
index 55bd4af1dd3400f16240c3846e2599bf43adfa66..de438f913ae1953e3651d64212aedccd9314937b 100644 (file)
@@ -1,13 +1,13 @@
 //\r
 //  Copyright (c) 2011, 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
 \r
   IMPORT  PeiCommonExceptionEntry\r
   EXPORT  PeiVectorTable\r
-  \r
+\r
   PRESERVE8\r
   AREA    PrePeiCoreException, CODE, READONLY, CODEALIGN, ALIGN=5\r
 \r
 //============================================================\r
 //Default Exception Handlers\r
 //============================================================\r
-  \r
-  \r
+\r
+\r
 PeiVectorTable\r
   b _DefaultResetHandler\r
   b _DefaultUndefined\r
@@ -75,7 +75,7 @@ _DefaultReserved
    cps       #0x13                     ; Switch to SVC for common stack\r
    mov  r0, #5\r
    blx   PeiCommonExceptionEntry\r
-   \r
+\r
 _DefaultIrq\r
    sub  r1, LR, #4\r
    cps       #0x13                     ; Switch to SVC for common stack\r