From: Sam Reed Date: Thu, 26 Aug 2010 22:12:01 +0000 (+0000) Subject: I really do hate whitespace X-Git-Tag: 1.31.0-rc.0~35309 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=ec744522af48d4dbd2bcc55590c06732cfa6e959;p=lhc%2Fweb%2Fwiklou.git I really do hate whitespace --- 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' );