]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/CompilerIntrinsicsLib/Arm/lasr.asm
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / Arm / lasr.asm
index 069438c9200b2639c0e1c43dfef46a8ff4c68aed..feb267a65ee56153c1239007a02031c862c614a4 100644 (file)
@@ -1,4 +1,4 @@
-//------------------------------------------------------------------------------ \r
+//------------------------------------------------------------------------------\r
 //\r
 // Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 //\r
@@ -14,7 +14,7 @@
 \r
 \r
     EXPORT  __aeabi_lasr\r
-           \r
+\r
     AREA    Math, CODE, READONLY\r
 \r
 ;\r
@@ -36,6 +36,6 @@ __aeabi_lasr
     ASR      r0,r1,r3\r
     ASR      r1,r1,#31\r
     BX       lr\r
-    \r
+\r
     END\r
 \r