identation du code

This commit is contained in:
Rodolphe Quiedeville 2003-06-30 13:33:18 +00:00
parent c2fa50c2de
commit 2c06813643

View File

@ -391,10 +391,12 @@ class PHPlot
$this->x_datalabel_angle = $which_xdla; $this->x_datalabel_angle = $which_xdla;
return true; return true;
} }
function SetXScaleType($which_xst) { function SetXScaleType($which_xst) {
$this->xscale_type = $which_xst; $this->xscale_type = $which_xst;
return true; return true;
} }
function SetYScaleType($which_yst) { function SetYScaleType($which_yst) {
$this->yscale_type = $which_yst; $this->yscale_type = $which_yst;
if ($this->x_axis_position <= 0) { if ($this->x_axis_position <= 0) {
@ -407,7 +409,9 @@ class PHPlot
$this->x_precision = $which_prec; $this->x_precision = $which_prec;
return true; return true;
} }
function SetPrecisionY($which_prec) {
function SetPrecisionY($which_prec)
{
$this->y_precision = $which_prec; $this->y_precision = $which_prec;
return true; return true;
} }