Fixed spacing
[lhc/web/wiklou.git] / tests / parserTests.php
index 804a30c..2e5cd53 100644 (file)
@@ -90,5 +90,5 @@ if ( isset( $options['fuzz'] ) ) {
        $tester->fuzzTest( $files );
 } else {
        $ok = $tester->runTestsFromFiles( $files );
-       exit ( $ok ? 0 : 1 );
+       exit( $ok ? 0 : 1 );
 }