Completed
Push — master ( f8c081...a14a40 )
by Adam
03:12
created
diff.php 1 patch
Braces   +5 added lines, -6 removed lines patch added patch discarded remove patch
@@ -168,8 +168,7 @@  discard block
 block discarded – undo
168 168
             if (empty($isFile))
169 169
             {
170 170
                 echo '<b>No translation</b> for path '. $regex->getPathInfo() .'<hr>';
171
-            }
172
-            else
171
+            } else
173 172
             {
174 173
                 $fileContent1 = file_get_contents($regex->key());
175 174
                 $fileContent2 = file_get_contents($file[0]);
@@ -194,16 +193,16 @@  discard block
 block discarded – undo
194 193
                                 $missing++;
195 194
                             }
196 195
                             $allStrings++;
197
-                        }
198
-                        catch (Exception $e)
196
+                        } catch (Exception $e)
199 197
                         {
200 198
                             echo "Missing stuff in your language<br>";
201 199
                             $allStrings++;
202 200
                             $missing++;
203 201
                         }
204 202
                     }
205
-                    if ($currentMissing == $missing)
206
-                            echo "Seems OK :) Some strings was ignored by ReactOS and Wine spell files.<br>";
203
+                    if ($currentMissing == $missing) {
204
+                                                echo "Seems OK :) Some strings was ignored by ReactOS and Wine spell files.<br>";
205
+                    }
207 206
 
208 207
                     echo "<hr>";
209 208
                 }
Please login to merge, or discard this patch.