Fix WS
authorUlrich Drepper <drepper@gmail.com>
Sun, 23 Oct 2011 18:57:28 +0000 (14:57 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sun, 23 Oct 2011 18:57:28 +0000 (14:57 -0400)
sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S

index 0b1c973..b2d1a9e 100644 (file)
@@ -37,7 +37,7 @@ ENTRY (STRLEN)
 # endif
        xor     %eax, %eax
 #  ifdef USE_AS_STRNLEN
-       mov     %rsi, %r8 
+       mov     %rsi, %r8
        sub     $4, %rsi
        jbe     L(len_less4_prolog)
 #  endif