diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-02-10 23:31:30 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-02-10 23:31:30 +0000 |
commit | 43bb7f07a029ce0880f2dcc83b4131d705befa57 (patch) | |
tree | cfd38e97180e60621f9fee606da5ef02d3da06fd /sysdeps/mips/fpu | |
parent | 2ad7600be76ada35c6e9f0baa75bc96252785268 (diff) | |
download | glibc-43bb7f07a029ce0880f2dcc83b4131d705befa57.tar.gz glibc-43bb7f07a029ce0880f2dcc83b4131d705befa57.tar.xz glibc-43bb7f07a029ce0880f2dcc83b4131d705befa57.zip |
Fix whitespace in MIPS files to allow move.
Diffstat (limited to 'sysdeps/mips/fpu')
-rw-r--r-- | sysdeps/mips/fpu/e_sqrtf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/mips/fpu/e_sqrtf.c b/sysdeps/mips/fpu/e_sqrtf.c index eaa0c979ad..ac20549a14 100644 --- a/sysdeps/mips/fpu/e_sqrtf.c +++ b/sysdeps/mips/fpu/e_sqrtf.c @@ -36,4 +36,3 @@ strong_alias (__ieee754_sqrtf, __sqrtf_finite) #include <sysdeps/ieee754/flt-32/e_sqrtf.c> #endif - |