diff options
author | Steve Ellcey <sellcey@mips.com> | 2014-10-01 13:46:51 -0700 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2014-10-01 13:46:51 -0700 |
commit | 7a34129911093dac61d6f2927cd8125f8e6d9945 (patch) | |
tree | e0bade315870653feed491d574687901cfb07aaa /sysdeps/mips | |
parent | b925285f989f156f85897fbf6a2f97e168df6e5d (diff) | |
download | glibc-7a34129911093dac61d6f2927cd8125f8e6d9945.tar.gz glibc-7a34129911093dac61d6f2927cd8125f8e6d9945.tar.xz glibc-7a34129911093dac61d6f2927cd8125f8e6d9945.zip |
Remove extra whitespace from end of line.
Diffstat (limited to 'sysdeps/mips')
-rw-r--r-- | sysdeps/mips/strcmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/strcmp.S b/sysdeps/mips/strcmp.S index e0c82127d9..3ea9b3dd13 100644 --- a/sysdeps/mips/strcmp.S +++ b/sysdeps/mips/strcmp.S @@ -128,7 +128,7 @@ L(worddiff): subu t0, v0, t8 nor t1, v0, t9 and t1, t0, t1 - xor t0, v0, v1 + xor t0, v0, v1 or t0, t0, t1 # if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ wsbh t0, t0 |