Fix whitespace in last patch.
authorUlrich Drepper <drepper@redhat.com>
Fri, 7 Aug 2009 17:41:54 +0000 (10:41 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 7 Aug 2009 17:41:54 +0000 (10:41 -0700)
sysdeps/i386/i686/multiarch/strlen.S

index 1375b97..0c1e864 100644 (file)
@@ -137,7 +137,7 @@ END (__strlen_sse2)
 # define ENTRY(name) \
        .type __strlen_ia32, @function; \
        .globl __strlen_ia32; \
-       .p2align 4; \ 
+       .p2align 4; \
        __strlen_ia32: cfi_startproc; \
        CALL_MCOUNT
 # undef END