diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-06-05 20:44:03 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-05 20:44:03 +0000 |
commit | 9c84384cc18ff589233628c193953ca8d7a39f5c (patch) | |
tree | 95d1f5aee409b208db7545d678012eeae9559fae /sysdeps/sh/strlen.S | |
parent | 5556231db2301917cd14a7450de4eba2368c9763 (diff) | |
download | glibc-9c84384cc18ff589233628c193953ca8d7a39f5c.tar glibc-9c84384cc18ff589233628c193953ca8d7a39f5c.tar.gz glibc-9c84384cc18ff589233628c193953ca8d7a39f5c.tar.bz2 glibc-9c84384cc18ff589233628c193953ca8d7a39f5c.zip |
Remove trailing whitespace.
Diffstat (limited to 'sysdeps/sh/strlen.S')
-rw-r--r-- | sysdeps/sh/strlen.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/sh/strlen.S b/sysdeps/sh/strlen.S index eaf2d3b4ae..97ef06c50d 100644 --- a/sysdeps/sh/strlen.S +++ b/sysdeps/sh/strlen.S @@ -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 |