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 | |
parent | 2ad7600be76ada35c6e9f0baa75bc96252785268 (diff) | |
download | glibc-43bb7f07a029ce0880f2dcc83b4131d705befa57.tar.gz glibc-43bb7f07a029ce0880f2dcc83b4131d705befa57.tar.xz glibc-43bb7f07a029ce0880f2dcc83b4131d705befa57.zip |
Fix whitespace in MIPS files to allow move.
-rw-r--r-- | sysdeps/mips/fpu/e_sqrtf.c | 1 | ||||
-rw-r--r-- | sysdeps/mips/regdef.h | 1 |
2 files changed, 0 insertions, 2 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 - diff --git a/sysdeps/mips/regdef.h b/sysdeps/mips/regdef.h index 3e75000d1b..f1b64f3ce7 100644 --- a/sysdeps/mips/regdef.h +++ b/sysdeps/mips/regdef.h @@ -23,4 +23,3 @@ #include <sys/fpregdef.h> #endif /* _REGDEF_H */ - |