summaryrefslogtreecommitdiff
path: root/m4/utimes.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-02 16:18:21 +0000
committerJim Meyering <jim@meyering.net>1998-08-02 16:18:21 +0000
commit4ed33b3073380bbd9a8491fec5d4a5d97f3363f1 (patch)
tree0da23c770588b312d1ba7c7f11c6fa23708da11d /m4/utimes.m4
parentef9ee27d89b8c1a452c70028ecca7f0cb8211b61 (diff)
downloadcoreutils-4ed33b3073380bbd9a8491fec5d4a5d97f3363f1.tar.xz
tweak indentation
Diffstat (limited to 'm4/utimes.m4')
-rw-r--r--m4/utimes.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/utimes.m4 b/m4/utimes.m4
index 4c5bebb5b..ce9f86bf7 100644
--- a/m4/utimes.m4
+++ b/m4/utimes.m4
@@ -15,7 +15,9 @@ struct stat s, t;
exit(!(stat ("conftestdata", &s) == 0 && utimes("conftestdata", (long *)0) == 0
&& stat("conftestdata", &t) == 0 && t.st_mtime >= s.st_mtime
&& t.st_mtime - s.st_mtime < 120));
-}], ac_cv_func_utimes_null=yes, ac_cv_func_utimes_null=no,
+}],
+ ac_cv_func_utimes_null=yes,
+ ac_cv_func_utimes_null=no,
ac_cv_func_utimes_null=no)
rm -f core core.* *.core])