Skip to content

Commit

Permalink
Fix whitespace in last patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 7, 2009
1 parent 0eca608 commit 2d2f482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/i386/i686/multiarch/strlen.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d2f482

Please sign in to comment.