Passed
Pull Request — development (#3467)
by Martyn
07:08
created
sources/ElkArte/Database/Mysqli/Result.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.