w/s diff. mostly eol w/s and using only tabs of width 4 to indent.
[lhc/web/wiklou.git] / includes / specials / SpecialDoubleRedirects.php
index d25de5d..4242a0a 100644 (file)
@@ -32,7 +32,7 @@ class DoubleRedirectsPage extends PageQueryPage {
        function __construct( $name = 'DoubleRedirects' ) {
                parent::__construct( $name );
        }
-       
+
        function isExpensive() { return true; }
        function isSyndicated() { return false; }
        function sortDescending() { return false; }