Fix whitespace in last patch.

This commit is contained in:
Ulrich Drepper 2009-08-07 10:41:54 -07:00
parent 0eca608d05
commit 2d2f482e48

View 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