# HG changeset patch # User Jim Meyering # Date 902074701 0 # Node ID 952245f3c3afc831df576054fb69e813983bb712 # Parent c2cb9429bead587e4482cc91ff628c13c2be101c tweak indentation diff --git a/m4/utimes.m4 b/m4/utimes.m4 --- 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])