summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2010-02-01 02:35:28 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2010-02-01 02:35:28 +0000
commit18ae2af68c91e8b0faa6ea5dbb6dd061aff28f28 (patch)
tree1c652dfa0d8881c8053c843083611eae1da99322
parentbff5a35c3c51ebe1fe72ee20147b16ede847971d (diff)
downloadrockbox-18ae2af68c91e8b0faa6ea5dbb6dd061aff28f28.tar.gz
rockbox-18ae2af68c91e8b0faa6ea5dbb6dd061aff28f28.zip
Remove heaps of trailing whitespace from new file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24433 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/target/arm/support-arm.S12
1 files changed, 6 insertions, 6 deletions
diff --git a/firmware/target/arm/support-arm.S b/firmware/target/arm/support-arm.S
index 8703dd5b0a..c7e1ed0f6b 100644
--- a/firmware/target/arm/support-arm.S
+++ b/firmware/target/arm/support-arm.S
@@ -110,7 +110,7 @@
110 eor \quotient, \numerator, \remainder, lsl \bits 110 eor \quotient, \numerator, \remainder, lsl \bits
111.endif 111.endif
112.endif 112.endif
113.ifne \return 113.ifne \return
114 bx lr 114 bx lr
115.else 115.else
116 b 99f 116 b 99f
@@ -128,7 +128,7 @@
128 subcc \remainder, \tmp, \divisor, asr \bits 128 subcc \remainder, \tmp, \divisor, asr \bits
129 movcs \remainder, \tmp 129 movcs \remainder, \tmp
130.endif 130.endif
131.ifne \return 131.ifne \return
132 bx lr 132 bx lr
133.else 133.else
134 b 99f 134 b 99f
@@ -142,7 +142,7 @@
142.ifnc "", "\quotient" 142.ifnc "", "\quotient"
143 mov \quotient, #0 143 mov \quotient, #0
144.endif 144.endif
145.ifne \return 145.ifne \return
146 bx lr 146 bx lr
147.else 147.else
14899: 14899:
@@ -195,7 +195,7 @@
195 sub \quotient, \numerator, \remainder, lsl \bits 195 sub \quotient, \numerator, \remainder, lsl \bits
196.endif 196.endif
197.endif 197.endif
198.ifne \return 198.ifne \return
199 ARM_SDIV32_POST \quotient, \remainder, \sign 199 ARM_SDIV32_POST \quotient, \remainder, \sign
200 bx lr 200 bx lr
201.else 201.else
@@ -208,7 +208,7 @@
208.ifnc "", "\quotient" 208.ifnc "", "\quotient"
209 mov \quotient, #0 209 mov \quotient, #0
210.endif 210.endif
211.ifne \return 211.ifne \return
212 ARM_SDIV32_POST "", \remainder, \sign 212 ARM_SDIV32_POST "", \remainder, \sign
213 bx lr 213 bx lr
214.else 214.else
@@ -588,7 +588,7 @@
588.endif 588.endif
58999: 58999:
590.endm 590.endm
591#endif 591#endif
592 592
593 .section .text 593 .section .text
594 594