]> sipb.mit.edu Git - ikiwiki.git/commitdiff
formatting
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 10 Sep 2009 20:21:03 +0000 (16:21 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 10 Sep 2009 20:21:03 +0000 (16:21 -0400)
IkiWiki/Plugin/cvs.pm

index c891174e07300611677f5a54fb36847a646fc1f6..d44ded50571fe2832fbaf29ab3680fb1e02c912a 100644 (file)
@@ -298,7 +298,8 @@ sub rcs_recentchanges($) {
        system("env TZ=UTC cvsps -q --cvs-direct -z 30 -x >$tmpfile");
        if ($? == -1) {
                error "couldn't run cvsps: $!\n";
        system("env TZ=UTC cvsps -q --cvs-direct -z 30 -x >$tmpfile");
        if ($? == -1) {
                error "couldn't run cvsps: $!\n";
-       } elsif (($? >> 8) != 0) {
+       }
+       elsif (($? >> 8) != 0) {
                error "cvsps exited " . ($? >> 8) . ": $!\n";
        }
 
                error "cvsps exited " . ($? >> 8) . ": $!\n";
        }