w/s diff. mostly eol w/s and using only tabs of width 4 to indent.
[lhc/web/wiklou.git] / includes / specials / SpecialMergeHistory.php
index 43b4ef6..5ce148c 100644 (file)
@@ -116,7 +116,7 @@ class SpecialMergeHistory extends SpecialPage {
                                wfEscapeWikiText( $this->mDestObj->getPrefixedText() )
                        );
                }
-               
+
                if ( $this->mTargetObj && $this->mDestObj && $this->mTargetObj->equals( $this->mDestObj ) ) {
                        $errors[] = wfMsgExt( 'mergehistory-same-destination', array( 'parse' ) );
                }