]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - soft-fp/adddf3.c
soft-fp: fix vertical whitespace and indentation.
[thirdparty/glibc.git] / soft-fp / adddf3.c
index 55df554b050d42a84fd1ad065b9db4cb8c858c3c..2f11c9cea5ed1288d39df6953b34d76f635bebfa 100644 (file)
 #include "soft-fp.h"
 #include "double.h"
 
-DFtype __adddf3(DFtype a, DFtype b)
+DFtype
+__adddf3(DFtype a, DFtype b)
 {
   FP_DECL_EX;
-  FP_DECL_D(A); FP_DECL_D(B); FP_DECL_D(R);
+  FP_DECL_D(A);
+  FP_DECL_D(B);
+  FP_DECL_D(R);
   DFtype r;
 
   FP_INIT_ROUNDMODE;