Module Name:    src
Committed By:   skrll
Date:           Sun May  5 19:02:22 UTC 2013

Modified Files:
        src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S
diff -u src/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S:1.3 src/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S:1.4
--- src/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S:1.3	Fri Apr 19 05:36:16 2013
+++ src/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S	Sun May  5 19:02:22 2013
@@ -29,13 +29,13 @@
 
 #include <machine/asm.h>
 
-RCSID("$NetBSD: __aeabi_ldivmod.S,v 1.3 2013/04/19 05:36:16 skrll Exp $")
+RCSID("$NetBSD: __aeabi_ldivmod.S,v 1.4 2013/05/05 19:02:22 skrll Exp $")
 
 ENTRY(__aeabi_ldivmod)
 	push	{r4-r5, sl, lr}
 #define	NEG	r5
 	mov	NEG, #0
-	
+
 #ifdef __ARMEB__
 #define	ALO	r1	/* incoming numerator, outgoing quotient */
 #define	AHI	r0	/* incoming numerator, outgoing quotient */
@@ -103,7 +103,7 @@ ENTRY(__aeabi_ldivmod)
 	 * them to see if the numerator has the same value.  We
 	 * don't have to worry about sign.
 	 */
-	teq	BHI, AHI 
+	teq	BHI, AHI
 	teqeq	BLO, ALO
 	bne	1f
 

Reply via email to