From 7a34129911093dac61d6f2927cd8125f8e6d9945 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Wed, 1 Oct 2014 13:46:51 -0700 Subject: [PATCH] Remove extra whitespace from end of line. --- sysdeps/mips/strcmp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/mips/strcmp.S b/sysdeps/mips/strcmp.S index e0c8212..3ea9b3d 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 -- 2.7.4