1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Remove trailing whitespace.

This commit is contained in:
Joseph Myers
2013-06-05 20:44:03 +00:00
parent 5556231db2
commit 9c84384cc1
192 changed files with 1185 additions and 991 deletions

View File

@ -299,7 +299,7 @@ _dl_runtime_profile:
mov r15,r4
shlr2 r1
tst r1,r1
5:
5:
bt/s 6f
dt r1
mov.l @r3+,r2

View File

@ -38,7 +38,7 @@ ENTRY(memset)
bt L_wordalign
mov.b r5,@r4
add #-1,r6
add #-1,r6
add #1,r4
mov r4,r0

View File

@ -33,7 +33,7 @@ feclearexcept (int excepts)
/* Clear exception bits. */
cw &= ~excepts;
/* Put the new data in effect. */
_FPU_SETCW (cw);

View File

@ -36,17 +36,17 @@ ENTRY(strlen)
mov.b @r4+, r1
tst r1, r1
bt 8f
add #1, r2
add #1, r2
mov.b @r4+, r1
tst r1, r1
bt 8f
add #1, r2
add #1, r2
mov.b @r4+, r1
tst r1, r1
bt 8f
add #1, r2
add #1, r2
1:
mov #0, r3