Completed
Push — master ( 50f960...070cbb )
by Adam
9s
created
diff.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
                             // Check if this same and ignore some words
190 190
                             if ($english === $array['rightVersion'][$index] && !in_array($english, $ignoredROSStrings) && !in_array($english, $ignoredWineStrings))
191 191
                             {
192
-                            	echo "<b>Missing translation:</b> ". htmlspecialchars($english) ."<br>";
192
+                                echo "<b>Missing translation:</b> ". htmlspecialchars($english) ."<br>";
193 193
                                 $missing++;
194 194
                             }
195 195
                             $allStrings++;
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
                     }
203 203
                     if ($currentMissing == $missing)
204 204
                     {
205
-                    	echo "Seems OK :) Some strings was ignored by ReactOS and Wine spell files.<br>";
205
+                        echo "Seems OK :) Some strings was ignored by ReactOS and Wine spell files.<br>";
206 206
                     }
207 207
 
208 208
                     echo "<hr>";
Please login to merge, or discard this patch.