mirror of
https://github.com/php/web-pecl.git
synced 2026-03-23 23:02:08 +01:00
Fixed whitespace
This commit is contained in:
@@ -556,9 +556,9 @@ class WindrosePlot {
|
||||
// Alias for SetPos()
|
||||
function SetCenterPos($aX,$aY) {
|
||||
$this->iX = $aX;
|
||||
$this->iY = $aY;
|
||||
$this->iY = $aY;
|
||||
}
|
||||
|
||||
|
||||
function SetPos($aX,$aY) {
|
||||
$this->iX = $aX;
|
||||
$this->iY = $aY;
|
||||
@@ -956,7 +956,7 @@ class WindrosePlot {
|
||||
}
|
||||
|
||||
//$da = 360-$da;
|
||||
|
||||
|
||||
if( !empty($this->iLabels[$keys[$i]]) ) {
|
||||
$lbl = $this->iLabels[$keys[$i]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user