diff options
author | umherirrender <umherirrender_de.wp@web.de> | 2013-11-21 18:19:44 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2013-11-21 18:52:25 +0000 |
commit | 5dbfd5bf80a4469fef2da1b56d57129a454dc03f (patch) | |
tree | 2be66de9883181f6046b25e218b1d66146dbcd05 /maintenance/storage/trackBlobs.php | |
parent | 9cd43cd01a3749613209334db6a814b3df96e06a (diff) | |
download | mediawikicore-5dbfd5bf80a4469fef2da1b56d57129a454dc03f.tar.gz mediawikicore-5dbfd5bf80a4469fef2da1b56d57129a454dc03f.zip |
Fixed spacing
- Removed trailing spaces in comments
- Removed multiple empty lines
- Removed space after object operator
Change-Id: I9fd3256ab490c7cd2034de3fd94e6be6e6d6d8f2
Diffstat (limited to 'maintenance/storage/trackBlobs.php')
-rw-r--r-- | maintenance/storage/trackBlobs.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/maintenance/storage/trackBlobs.php b/maintenance/storage/trackBlobs.php index 7857dd9509a5..c2df0dd2d899 100644 --- a/maintenance/storage/trackBlobs.php +++ b/maintenance/storage/trackBlobs.php @@ -24,7 +24,6 @@ require __DIR__ . '/../commandLine.inc'; - if ( count( $args ) < 1 ) { echo "Usage: php trackBlobs.php <cluster> [... <cluster>]\n"; echo "Adds blobs from a given ES cluster to the blob_tracking table\n"; |