From f2de337030e2dabceee268887aae3323f0de99be Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Tue, 1 Sep 1998 01:40:24 +0000 Subject: [PATCH] Fix up indentation that cls%seawood.org horked. git-svn-id: svn://10.0.0.236/trunk@8951 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/admintree.cgi | 34 ++++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/mozilla/webtools/tinderbox/admintree.cgi b/mozilla/webtools/tinderbox/admintree.cgi index 856ecdee1b8..1a254ee861e 100755 --- a/mozilla/webtools/tinderbox/admintree.cgi +++ b/mozilla/webtools/tinderbox/admintree.cgi @@ -32,14 +32,14 @@ EmitHtmlHeader("administer tinderbox", "tree: $tree"); &load_data; if (defined($tree)) { -if( -r "$tree/mod.pl" ){ - require "$tree/mod.pl"; -} -else { - $message_of_day = ""; -} + if( -r "$tree/mod.pl" ){ + require "$tree/mod.pl"; + } + else { + $message_of_day = ""; + } -print " + print "
Password: @@ -53,7 +53,7 @@ print " "; -print " + print " Password: @@ -91,7 +91,7 @@ print " "; if (defined($tree)) { -print " + print " If builds are behaving badly you can turn them off.
Uncheck the build that is misbehaving and click the button. You can still see all the builds even if some are disabled by adding the parameter &noignore=1 to @@ -101,17 +101,17 @@ the tinderbox URL.
"; -@names = sort (@$build_name_names, keys %$ignore_builds) ; + @names = sort (@$build_name_names, keys %$ignore_builds) ; -for $i (@names){ - if( $i ne "" ){ - $checked = ($ignore_builds->{$i} != 0 ? "": "CHECKED" ); - print ""; - print "$i
\n"; + for $i (@names){ + if( $i ne "" ){ + $checked = ($ignore_builds->{$i} != 0 ? "": "CHECKED" ); + print ""; + print "$i
\n"; + } } -} -print " + print "