summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/math
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/math/domath.c2
-rw-r--r--testsuites/libtests/mathf/domathf.c2
-rw-r--r--testsuites/libtests/mathl/domathl.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/libtests/math/domath.c b/testsuites/libtests/math/domath.c
index 3485fb210c..36b4538a8b 100644
--- a/testsuites/libtests/math/domath.c
+++ b/testsuites/libtests/math/domath.c
@@ -11,7 +11,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#ifdef NO_DOUBLE
diff --git a/testsuites/libtests/mathf/domathf.c b/testsuites/libtests/mathf/domathf.c
index 3aece952d7..831e9d623f 100644
--- a/testsuites/libtests/mathf/domathf.c
+++ b/testsuites/libtests/mathf/domathf.c
@@ -11,7 +11,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#ifdef NO_FLOAT
diff --git a/testsuites/libtests/mathl/domathl.c b/testsuites/libtests/mathl/domathl.c
index 0781577d28..9d40d82de1 100644
--- a/testsuites/libtests/mathl/domathl.c
+++ b/testsuites/libtests/mathl/domathl.c
@@ -11,7 +11,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
/* FIXME: Why is this defined? */