diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 13:54:51 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 13:54:51 -0400 |
commit | 5fc11f0d6488c7ad3d85ca8ad712559c8733e121 (patch) | |
tree | 65cdc826267cfc06a3a100712424ee030b7d4eca /sysdeps/i386/i686/multiarch/wcscmp.S | |
parent | 1b48c537821e27cf9b9c489e8773ba1d84f97b3e (diff) | |
download | glibc-5fc11f0d6488c7ad3d85ca8ad712559c8733e121.tar.gz glibc-5fc11f0d6488c7ad3d85ca8ad712559c8733e121.tar.xz glibc-5fc11f0d6488c7ad3d85ca8ad712559c8733e121.zip |
Fix whitespaces
Diffstat (limited to 'sysdeps/i386/i686/multiarch/wcscmp.S')
-rw-r--r-- | sysdeps/i386/i686/multiarch/wcscmp.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/i386/i686/multiarch/wcscmp.S b/sysdeps/i386/i686/multiarch/wcscmp.S index 4abb68a06e..c1657ad0ef 100644 --- a/sysdeps/i386/i686/multiarch/wcscmp.S +++ b/sysdeps/i386/i686/multiarch/wcscmp.S @@ -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. @@ -55,4 +55,3 @@ ENTRY(wcscmp) ret END(wcscmp) #endif - |