summaryrefslogtreecommitdiff
path: root/m4/strtod.m4
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-07-04 12:31:05 +0200
committerJim Meyering <meyering@redhat.com>2011-07-05 10:25:16 +0200
commit00a195984d09dcd5ac84866740d35ad322f2578b (patch)
tree18834b8a7e8e56a1445e9b7de0c1e85694339478 /m4/strtod.m4
parent84fb438212273a62452a0eea47dc695e0c3c911f (diff)
downloadgnulib-00a195984d09dcd5ac84866740d35ad322f2578b.tar.gz
maint: indent with spaces, not TABs, and add a rule to check this
* tests/test-userspec.c: Indent with spaces, not TABs. * tests/test-argp.c: Likewise. * tests/test-c-stack2.sh: Likewise. * tests/test-parse-duration.sh: Likewise * m4/strtod.m4: Likewise. * m4/alloca.m4: Likewise. * m4/pselect.m4: Likewise. * Makefile (sc_prohibit_leading_TABs): Prohibit leading TABs.
Diffstat (limited to 'm4/strtod.m4')
-rw-r--r--m4/strtod.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/strtod.m4 b/m4/strtod.m4
index bd97667b26..e83e89882c 100644
--- a/m4/strtod.m4
+++ b/m4/strtod.m4
@@ -101,7 +101,7 @@ numeric_equal (double x, double y)
[gl_cv_func_strtod_works=yes],
[gl_cv_func_strtod_works=no],
[dnl The last known bugs in glibc strtod(), as of this writing,
- dnl were fixed in version 2.8
+ dnl were fixed in version 2.8
AC_EGREP_CPP([Lucky user],
[
#include <features.h>