]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - soft-fp/subsf3.c
soft-fp: fix vertical whitespace and indentation.
[thirdparty/glibc.git] / soft-fp / subsf3.c
index c9f56c7176eac1fa0b5d24b438497ca8e44d4c1a..05c933ba6c9c1061df6689822294c76e04960950 100644 (file)
 #include "soft-fp.h"
 #include "single.h"
 
-SFtype __subsf3(SFtype a, SFtype b)
+SFtype
+__subsf3(SFtype a, SFtype b)
 {
   FP_DECL_EX;
-  FP_DECL_S(A); FP_DECL_S(B); FP_DECL_S(R);
+  FP_DECL_S(A);
+  FP_DECL_S(B);
+  FP_DECL_S(R);
   SFtype r;
 
   FP_INIT_ROUNDMODE;