From 4fc97fa4577bc44cc3ac074726664ddc5c23ae4a Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 14 Oct 2004 04:55:06 +0000 Subject: [PATCH] spaces to tabs --- includes/SpecialWantedpages.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/SpecialWantedpages.php b/includes/SpecialWantedpages.php index 001dc30360..6171022431 100644 --- a/includes/SpecialWantedpages.php +++ b/includes/SpecialWantedpages.php @@ -44,9 +44,9 @@ class WantedPagesPage extends QueryPage { ($this->sortDescending() ? 'DESC' : ''); } - function getOrder() { - return ''; - } + function getOrder() { + return ''; + } function formatResult( $skin, $result ) { global $wgContLang; -- 2.20.1