diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-08-04 15:38:35 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-04 15:38:35 -0400 |
commit | b969a69b2e6f5d83fb7434a91e415d39cd1d3f07 (patch) | |
tree | 68400682b7ddbbf198b4119dc8f067e4f8240da3 /sysdeps | |
parent | 5fa16e9b016b34788b9a48b5ab9752a583bb987c (diff) | |
download | glibc-b969a69b2e6f5d83fb7434a91e415d39cd1d3f07.tar.gz glibc-b969a69b2e6f5d83fb7434a91e415d39cd1d3f07.tar.xz glibc-b969a69b2e6f5d83fb7434a91e415d39cd1d3f07.zip |
Fix whitespaces
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/i386/i686/multiarch/strcat.S | 1 | ||||
-rw-r--r-- | sysdeps/i386/i686/multiarch/strlen-sse2.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/i386/i686/multiarch/strcat.S b/sysdeps/i386/i686/multiarch/strcat.S index 50850f977f..14d4f91aa4 100644 --- a/sysdeps/i386/i686/multiarch/strcat.S +++ b/sysdeps/i386/i686/multiarch/strcat.S @@ -128,4 +128,3 @@ END(STRCAT) #ifndef USE_AS_STRNCAT # include "../../i486/strcat.S" #endif - diff --git a/sysdeps/i386/i686/multiarch/strlen-sse2.S b/sysdeps/i386/i686/multiarch/strlen-sse2.S index 0eb872733d..ca549bafc2 100644 --- a/sysdeps/i386/i686/multiarch/strlen-sse2.S +++ b/sysdeps/i386/i686/multiarch/strlen-sse2.S @@ -336,4 +336,3 @@ L(exit_tail15): END (__strlen_sse2) # endif #endif - |