Merge "Fixed some @params documentation (maintenance)"
[lhc/web/wiklou.git] / maintenance / storage / trackBlobs.php
index 2f3c8c6..c2df0dd 100644 (file)
@@ -22,8 +22,7 @@
  * @see wfWaitForSlaves()
  */
 
-require( __DIR__ . '/../commandLine.inc' );
-
+require __DIR__ . '/../commandLine.inc';
 
 if ( count( $args ) < 1 ) {
        echo "Usage: php trackBlobs.php <cluster> [... <cluster>]\n";