Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/arch/arm/string More (stylistic) whitespace.



details:   https://anonhg.NetBSD.org/src/rev/3abf337e7219
branches:  trunk
changeset: 790259:3abf337e7219
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Sep 30 13:07:51 2013 +0000

description:
More (stylistic) whitespace.

diffstat:

 common/lib/libc/arch/arm/string/ffs.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5f4ce266b10e -r 3abf337e7219 common/lib/libc/arch/arm/string/ffs.S
--- a/common/lib/libc/arch/arm/string/ffs.S     Mon Sep 30 13:07:30 2013 +0000
+++ b/common/lib/libc/arch/arm/string/ffs.S     Mon Sep 30 13:07:51 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ffs.S,v 1.5 2013/09/30 12:31:27 skrll Exp $    */
+/*     $NetBSD: ffs.S,v 1.6 2013/09/30 13:07:51 skrll Exp $    */
 /*
  * Copyright (c) 2001 Christopher Gilbert
  * All rights reserved.
@@ -30,7 +30,7 @@
 
 #include <machine/asm.h>
 
-RCSID("$NetBSD: ffs.S,v 1.5 2013/09/30 12:31:27 skrll Exp $")
+RCSID("$NetBSD: ffs.S,v 1.6 2013/09/30 13:07:51 skrll Exp $")
 
 /*
  * ffs - find first set bit, this algorithm isolates the first set
@@ -73,7 +73,7 @@
        rsbne   r0, r0, r0, lsl #16 /* r0 = X * 0x0450fbaf */
               
        /* now lookup in table indexed on top 6 bits of r0 */
-       ldrbne  r0, [r2, r0, lsr #26 ]
+       ldrbne  r0, [r2, r0, lsr #26]
 
         RET
 .text;



Home | Main Index | Thread Index | Old Index