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 <jake@acutex.net> r= justdave x2 git-svn-id: svn://10.0.0.236/trunk@105335 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user