summaryrefslogtreecommitdiff
path: root/m4/timegm.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
committerBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
commit441aa3044f43e5572f58c354f01e6bc070acd5c7 (patch)
treebef236e8058dd3469da28ffcd5a6a287222a4c50 /m4/timegm.m4
parent039ae97b8ae35a2446c5d62d72b21689c97da7e2 (diff)
downloadgnulib-441aa3044f43e5572f58c354f01e6bc070acd5c7.tar.gz
Use spaces for indentation, not tabs.
Diffstat (limited to 'm4/timegm.m4')
-rw-r--r--m4/timegm.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/timegm.m4 b/m4/timegm.m4
index be323c9b0f..f0fa0b6068 100644
--- a/m4/timegm.m4
+++ b/m4/timegm.m4
@@ -34,7 +34,7 @@ AC_DEFUN([gl_PREREQ_TIMEGM], [
# so we need to substitute our own mktime implementation.
AC_LIBOBJ([mktime])
AC_DEFINE([mktime], [rpl_mktime],
- [Define to rpl_mktime if the replacement function should be used.])
+ [Define to rpl_mktime if the replacement function should be used.])
gl_PREREQ_MKTIME])
fi
])