From ec744522af48d4dbd2bcc55590c06732cfa6e959 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 26 Aug 2010 22:12:01 +0000 Subject: [PATCH] I really do hate whitespace --- includes/api/ApiQueryAllUsers.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/api/ApiQueryAllUsers.php b/includes/api/ApiQueryAllUsers.php index b60714c521..ceecb3fd37 100644 --- a/includes/api/ApiQueryAllUsers.php +++ b/includes/api/ApiQueryAllUsers.php @@ -185,12 +185,12 @@ class ApiQueryAllUsers extends ApiQueryBase { } if ( is_array( $lastUserData ) ) { - $fit = $result->addValue( array( 'query', $this->getModuleName() ), - null, $lastUserData ); - if ( !$fit ) { - $this->setContinueEnumParameter( 'from', - $this->keyToTitle( $lastUserData['name'] ) ); - } + $fit = $result->addValue( array( 'query', $this->getModuleName() ), + null, $lastUserData ); + if ( !$fit ) { + $this->setContinueEnumParameter( 'from', + $this->keyToTitle( $lastUserData['name'] ) ); + } } $result->setIndexedTagName_internal( array( 'query', $this->getModuleName() ), 'u' ); -- 2.20.1