From 6b62b9a31de421bc3646c4dc1063c6d037de62b3 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 19 Dec 2011 12:03:40 +0100 Subject: Coding Style cleanup Fix trailing white space, indentation by spaces instead of TABs, excessive blank lines, trailing blank lines. Signed-off-by: Wolfgang Denk --- arch/sh/lib/ashrsi3.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/sh') diff --git a/arch/sh/lib/ashrsi3.S b/arch/sh/lib/ashrsi3.S index 6f3cf46..2d68b27 100644 --- a/arch/sh/lib/ashrsi3.S +++ b/arch/sh/lib/ashrsi3.S @@ -56,7 +56,7 @@ Boston, MA 02110-1301, USA. */ ! .global __ashrsi3 - + .align 2 __ashrsi3: mov #31,r0 -- cgit v1.1