Fixed whitespace

This commit is contained in:
Derick Rethans
2023-11-15 15:20:25 +00:00
parent 0a14027c66
commit 141680d383

View File

@@ -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]];
}