diff options
author | Wolfgang Denk | 2011-12-19 12:03:40 +0100 |
---|---|---|
committer | Wolfgang Denk | 2011-12-19 12:03:40 +0100 |
commit | 6b62b9a31de421bc3646c4dc1063c6d037de62b3 (patch) | |
tree | e749aec12da01acbc8326a418eeed866a2752dab /arch/sh/lib | |
parent | 10879aa21ca22bdc631336d203b1742b16f91a30 (diff) |
Coding Style cleanup
Fix trailing white space, indentation by spaces instead of TABs,
excessive blank lines, trailing blank lines.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/sh/lib')
-rw-r--r-- | arch/sh/lib/ashrsi3.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/ashrsi3.S b/arch/sh/lib/ashrsi3.S index 6f3cf46b77c..2d68b27ee5e 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 |