From 430a652fcfc2ab50665fadd47fd3689d24446348 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sat, 13 Oct 2001 08:36:13 +0000 Subject: Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen r= justdave x2 --- editparams.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'editparams.cgi') diff --git a/editparams.cgi b/editparams.cgi index e416184f6..26f0b8576 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -61,16 +61,16 @@ foreach my $i (@::param_list) { print "Reset\n"; my $value = Param($i); SWITCH: for ($::param_type{$i}) { - /^t$/ && do { + /^t$/ && do { print "\n"; last SWITCH; - }; - /^l$/ && do { + }; + /^l$/ && do { print "\n"; last SWITCH; - }; + }; /^b$/ && do { my $on; my $off; -- cgit v1.2.1