OSDN Git Service

PR c/10175
[pf3gnuchains/gcc-fork.git] / libf2c / libF77 / d_exp.c
index b4afe87..7b4f3e5 100644 (file)
@@ -2,7 +2,8 @@
 
 #undef abs
 #include <math.h>
-double d_exp(doublereal *x)
+double
+d_exp (doublereal * x)
 {
-return( exp(*x) );
+  return (exp (*x));
 }