Whitespace fixup under tha maint directory.
[lhc/web/wiklou.git] / maintenance / purgeOldText.php
index ee6f56e..4e2a927 100644 (file)
@@ -29,7 +29,7 @@ class PurgeOldText extends Maintenance {
                $this->mDescription = "Purge old text records from the database";
                $this->addOption( 'purge', 'Performs the deletion' );
        }
-       
+
        public function execute() {
                $this->purgeRedundantText( $this->hasOption( 'purge' ) );
        }