changeset 1457:952245f3c3af

tweak indentation
author Jim Meyering <jim@meyering.net>
date Sun, 02 Aug 1998 16:18:21 +0000
parents c2cb9429bead
children 59342bf23d15
files m4/utimes.m4
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/utimes.m4
+++ b/m4/utimes.m4
@@ -15,7 +15,9 @@
 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])