Merge "API: Add prop=sha1 to list=recentchanges"
[lhc/web/wiklou.git] / maintenance / dumpTextPass.php
index 72d7d97..5d783cb 100644 (file)
@@ -26,8 +26,8 @@
 
 $originalDir = getcwd();
 
-require_once( __DIR__ . '/commandLine.inc' );
-require_once( __DIR__ . '/backupTextPass.inc' );
+require_once __DIR__ . '/commandLine.inc';
+require_once __DIR__ . '/backupTextPass.inc';
 
 
 $dumper = new TextPassDumper( $argv );
@@ -64,5 +64,3 @@ Options:
 ENDS
 );
 }
-
-