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
|
eor \quotient, \numerator, \remainder, lsl \bits
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
.ifne \return
|
.ifne \return
|
||||||
bx lr
|
bx lr
|
||||||
.else
|
.else
|
||||||
b 99f
|
b 99f
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
subcc \remainder, \tmp, \divisor, asr \bits
|
subcc \remainder, \tmp, \divisor, asr \bits
|
||||||
movcs \remainder, \tmp
|
movcs \remainder, \tmp
|
||||||
.endif
|
.endif
|
||||||
.ifne \return
|
.ifne \return
|
||||||
bx lr
|
bx lr
|
||||||
.else
|
.else
|
||||||
b 99f
|
b 99f
|
||||||
|
@ -142,7 +142,7 @@
|
||||||
.ifnc "", "\quotient"
|
.ifnc "", "\quotient"
|
||||||
mov \quotient, #0
|
mov \quotient, #0
|
||||||
.endif
|
.endif
|
||||||
.ifne \return
|
.ifne \return
|
||||||
bx lr
|
bx lr
|
||||||
.else
|
.else
|
||||||
99:
|
99:
|
||||||
|
@ -195,7 +195,7 @@
|
||||||
sub \quotient, \numerator, \remainder, lsl \bits
|
sub \quotient, \numerator, \remainder, lsl \bits
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
.ifne \return
|
.ifne \return
|
||||||
ARM_SDIV32_POST \quotient, \remainder, \sign
|
ARM_SDIV32_POST \quotient, \remainder, \sign
|
||||||
bx lr
|
bx lr
|
||||||
.else
|
.else
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
.ifnc "", "\quotient"
|
.ifnc "", "\quotient"
|
||||||
mov \quotient, #0
|
mov \quotient, #0
|
||||||
.endif
|
.endif
|
||||||
.ifne \return
|
.ifne \return
|
||||||
ARM_SDIV32_POST "", \remainder, \sign
|
ARM_SDIV32_POST "", \remainder, \sign
|
||||||
bx lr
|
bx lr
|
||||||
.else
|
.else
|
||||||
|
@ -588,7 +588,7 @@
|
||||||
.endif
|
.endif
|
||||||
99:
|
99:
|
||||||
.endm
|
.endm
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
.section .text
|
.section .text
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue