Skip to content

Commit

Permalink
Fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Sep 5, 2011
1 parent 1b48c53 commit 5fc11f0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion sysdeps/i386/i686/multiarch/wcscmp-c.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
#endif

#include "wcsmbs/wcscmp.c"

1 change: 0 additions & 1 deletion sysdeps/i386/i686/multiarch/wcscmp-sse2.S
Original file line number Diff line number Diff line change
Expand Up @@ -1001,4 +1001,3 @@ L(eq):

END (STRCMP)
#endif

3 changes: 1 addition & 2 deletions sysdeps/i386/i686/multiarch/wcscmp.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Multiple versions of wcscmp
/* Multiple versions of wcscmp
Copyright (C) 2011 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
Expand Down Expand Up @@ -55,4 +55,3 @@ ENTRY(wcscmp)
ret
END(wcscmp)
#endif

0 comments on commit 5fc11f0

Please sign in to comment.