@@ -52,7 +52,7 @@ |
||
| 52 | 52 | public function free_result() |
| 53 | 53 | { |
| 54 | 54 | // Just delegate to MySQL's function |
| 55 | - if($this->result instanceof mysqli_result) |
|
| 55 | + if ($this->result instanceof mysqli_result) |
|
| 56 | 56 | mysqli_free_result($this->result); |
| 57 | 57 | } |
| 58 | 58 | |