@@ -2576,7 +2576,7 @@ |
||
2576 | 2576 | public function GetLinesYMinMax($aLines) |
2577 | 2577 | { |
2578 | 2578 | if(is_null($aLines)) { |
2579 | - return false; |
|
2579 | + return false; |
|
2580 | 2580 | } |
2581 | 2581 | |
2582 | 2582 | $n = count($aLines); |
@@ -2575,7 +2575,7 @@ |
||
2575 | 2575 | // Get Y min and max values for added lines |
2576 | 2576 | public function GetLinesYMinMax($aLines) |
2577 | 2577 | { |
2578 | - if(is_null($aLines)) { |
|
2578 | + if (is_null($aLines)) { |
|
2579 | 2579 | return false; |
2580 | 2580 | } |
2581 | 2581 |