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 --- reports.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'reports.cgi') diff --git a/reports.cgi b/reports.cgi index c76a411f7..b7d9f3f55 100755 --- a/reports.cgi +++ b/reports.cgi @@ -485,9 +485,9 @@ sub daily_stats_filename { } sub show_chart { - # if we don't have the graphic mouldes don't even try to go - # here. Should probably return some decent error message. - return unless $use_gd; + # if we don't have the graphic mouldes don't even try to go + # here. Should probably return some decent error message. + return unless $use_gd; if (! $FORM{datasets}) { die_politely("You didn't select any datasets to plot"); -- cgit v1.2.3-24-g4f1b