whitespace fix (tab too many)
authorKrinkle <krinkle@users.mediawiki.org>
Tue, 25 Jan 2011 18:24:16 +0000 (18:24 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Tue, 25 Jan 2011 18:24:16 +0000 (18:24 +0000)
includes/installer/Installer.php

index 2d74a8d..c33606c 100644 (file)
@@ -104,7 +104,7 @@ abstract class Installer {
                'envCheckLibicu'
        );
 
-               /**
+       /**
         * MediaWiki configuration globals that will eventually be passed through
         * to LocalSettings.php. The names only are given here, the defaults
         * typically come from DefaultSettings.php.
@@ -556,7 +556,7 @@ abstract class Installer {
        }
 
        /**
-        * Install step which adds a row to the site_stats table with appropriate 
+        * Install step which adds a row to the site_stats table with appropriate
         * initial values.
         */
        public function populateSiteStats( DatabaseInstaller $installer ) {
@@ -564,7 +564,7 @@ abstract class Installer {
                if ( !$status->isOK() ) {
                        return $status;
                }
-               $status->value->insert( 'site_stats', array( 
+               $status->value->insert( 'site_stats', array(
                        'ss_row_id' => 1,
                        'ss_total_views' => 0,
                        'ss_total_edits' => 0,