This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
indent fix
authorH.Merijn Brand <merijn@nb09.procura.nl>
Sat, 18 Oct 2008 15:13:17 +0000 (17:13 +0200)
committerH.Merijn Brand <merijn@nb09.procura.nl>
Sat, 18 Oct 2008 15:13:17 +0000 (17:13 +0200)
U/perl/time_size.U

index c2e737a..1483991 100644 (file)
@@ -98,7 +98,7 @@ int check_max ()
        }
     printf ("sGMTIME_max=%ld\n", pt);
     return (0);
-  } /* check_max */
+    } /* check_max */
 
 int check_min ()
 {
@@ -180,7 +180,7 @@ int check_max ()
        }
     printf ("sLOCALTIME_max=%ld\n", pt);
     return (0);
-  } /* check_max */
+   } /* check_max */
 
 int check_min ()
 {