Tweak tab vs spaces from r73860
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 28 Sep 2010 02:18:35 +0000 (02:18 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 28 Sep 2010 02:18:35 +0000 (02:18 +0000)
includes/RecentChange.php

index 970411e..333ff02 100644 (file)
@@ -115,10 +115,10 @@ class RecentChange {
                $this->mExtra = $extra;
        }
 
-    /**
-     *
-     * @return Title
-     */
+       /**
+        *
+        * @return Title
+        */
        public function &getTitle() {
                if( $this->mTitle === false ) {
                        $this->mTitle = Title::makeTitle( $this->mAttribs['rc_namespace'], $this->mAttribs['rc_title'] );