@@ -606,8 +606,7 @@ |
||
606 | 606 | $stream_util_size = StreamUtil::getSize($this->handle); |
607 | 607 | if ($stream_util_size) { |
608 | 608 | $stat['size'] = $stat[7] = $stream_util_size; |
609 | - } |
|
610 | - else { |
|
609 | + } else { |
|
611 | 610 | $stat['size'] = $stat[7]; |
612 | 611 | } |
613 | 612 |