]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/CompilerIntrinsicsLib/Arm/ldivmod.S
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / Arm / ldivmod.S
index 510778ab07df6b48d9a0f6ecbd59ed204922318a..e7a05de58913804f0851919d5fe6c17b38d2543a 100755 (executable)
@@ -1,4 +1,4 @@
-//------------------------------------------------------------------------------ \r
+//------------------------------------------------------------------------------\r
 //\r
 // Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 //\r
@@ -18,7 +18,7 @@
   GCC_ASM_EXPORT(__aeabi_ldivmod)\r
 \r
 //\r
-// A pair of (unsigned) long longs is returned in {{r0, r1}, {r2, r3}}, \r
+// A pair of (unsigned) long longs is returned in {{r0, r1}, {r2, r3}},\r
 //  the quotient in {r0, r1}, and the remainder in {r2, r3}.\r
 //\r
 //__value_in_regs lldiv_t\r
@@ -42,7 +42,7 @@ L_Test1:
     rsbs     r2,r2,#0\r
     rsc      r3,r3,#0\r
 L_Test2:\r
-    bl       ASM_PFX(__aeabi_uldivmod)  \r
+    bl       ASM_PFX(__aeabi_uldivmod)\r
     tst      r4,#0x40000000\r
     beq      L_Test3\r
     rsbs     r0,r0,#0\r
@@ -54,6 +54,6 @@ L_Test3:
     rsc      r3,r3,#0\r
 L_Exit:\r
     pop      {r4,pc}\r
\r
+\r
 \r
 \r