OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / libf2c / libF77 / d_sqrt.c
index 760a524..0a45882 100644 (file)
@@ -2,7 +2,8 @@
 
 #undef abs
 #include <math.h>
-double d_sqrt(doublereal *x)
+double
+d_sqrt (doublereal * x)
 {
-return( sqrt(*x) );
+  return (sqrt (*x));
 }