forked from len0rd/rockbox
Remove heaps of trailing whitespace from new file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24433 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bff5a35c3c
commit
18ae2af68c
1 changed files with 6 additions and 6 deletions
|
@ -110,7 +110,7 @@
|
|||
eor \quotient, \numerator, \remainder, lsl \bits
|
||||
.endif
|
||||
.endif
|
||||
.ifne \return
|
||||
.ifne \return
|
||||
bx lr
|
||||
.else
|
||||
b 99f
|
||||
|
@ -128,7 +128,7 @@
|
|||
subcc \remainder, \tmp, \divisor, asr \bits
|
||||
movcs \remainder, \tmp
|
||||
.endif
|
||||
.ifne \return
|
||||
.ifne \return
|
||||
bx lr
|
||||
.else
|
||||
b 99f
|
||||
|
@ -142,7 +142,7 @@
|
|||
.ifnc "", "\quotient"
|
||||
mov \quotient, #0
|
||||
.endif
|
||||
.ifne \return
|
||||
.ifne \return
|
||||
bx lr
|
||||
.else
|
||||
99:
|
||||
|
@ -195,7 +195,7 @@
|
|||
sub \quotient, \numerator, \remainder, lsl \bits
|
||||
.endif
|
||||
.endif
|
||||
.ifne \return
|
||||
.ifne \return
|
||||
ARM_SDIV32_POST \quotient, \remainder, \sign
|
||||
bx lr
|
||||
.else
|
||||
|
@ -208,7 +208,7 @@
|
|||
.ifnc "", "\quotient"
|
||||
mov \quotient, #0
|
||||
.endif
|
||||
.ifne \return
|
||||
.ifne \return
|
||||
ARM_SDIV32_POST "", \remainder, \sign
|
||||
bx lr
|
||||
.else
|
||||
|
@ -588,7 +588,7 @@
|
|||
.endif
|
||||
99:
|
||||
.endm
|
||||
#endif
|
||||
#endif
|
||||
|
||||
.section .text
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue