summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2018-08-10 11:03:30 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2018-09-12 10:30:11 +0100
commitf7b64c80c2cae794e3cbb1d0254a28cf263e5bc3 (patch)
tree11d953c76bdf2de52e3ce8f6e6de0237a4eb8fa3
parente6081c0ea8a779f5fdd429d2dfb48bf094bb92c4 (diff)
downloadperl-f7b64c80c2cae794e3cbb1d0254a28cf263e5bc3.tar.gz
Fix preprocessor directive indentation
-rw-r--r--numeric.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/numeric.c b/numeric.c
index 00f41fce7f..e5e08cb241 100644
--- a/numeric.c
+++ b/numeric.c
@@ -1245,9 +1245,9 @@ S_mulexp10(NV value, I32 exponent)
#ifdef Perl_strtod
# define ATOF(s, x) my_atof2(s, &x)
-# else
+#else
# define ATOF(s, x) Perl_atof2(s, x)
-# endif
+#endif
NV
Perl_my_atof(pTHX_ const char* s)