]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
Remove trailing whitespace.
[thirdparty/glibc.git] / sysdeps / sparc / sparc64 / soft-fp / sfp-machine.h
index 562fdfc1cf0575d472a118e68634bc6f56701a9a..f64a4be76ce9eb1e3c652c5310421339b7ac21eb 100644 (file)
@@ -19,7 +19,7 @@
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
-   
+
 #include <fpu_control.h>
 #include <fenv.h>
 #include <stdlib.h>
@@ -38,7 +38,7 @@ do {                                                          \
 #ifndef _FP_MUL_MEAT_RESET_FE
 #define _FP_MUL_MEAT_RESET_FE _FPU_SETCW(_fcw)
 #endif
-      
+
 #define _FP_MUL_MEAT_S(R,X,Y)                                  \
   _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y)
 #define _FP_MUL_MEAT_D(R,X,Y)                                  \
@@ -140,6 +140,6 @@ do {                                                                \
 #define QP_NO_EXCEPTIONS                                       \
   __asm ("fzero %%f62\n\t"                                     \
         "faddd %%f62, %%f62, %%f62" : : : "f62")
-                              
+
 #define QP_CLOBBER "memory", "f52", "f54", "f56", "f58", "f60", "f62"
 #define QP_CLOBBER_CC QP_CLOBBER , "cc"