From d3b6b7a5008ed9ea6355ee83e43a49f3959e375c Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 30 Sep 2013 13:07:51 +0000 Subject: [PATCH] More (stylistic) whitespace. --- common/lib/libc/arch/arm/string/ffs.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/lib/libc/arch/arm/string/ffs.S b/common/lib/libc/arch/arm/string/ffs.S index 5220f8135e8e..fd9bb7076c4c 100644 --- a/common/lib/libc/arch/arm/string/ffs.S +++ b/common/lib/libc/arch/arm/string/ffs.S @@ -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 -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 @@ ARM_ENTRY(ffs) 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;