r71755 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71754‎ | r71755 | r71756 >
Date:22:12, 26 August 2010
Author:reedy
Status:ok
Tags:
Comment:
I really do hate whitespace
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryAllUsers.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryAllUsers.php
@@ -185,12 +185,12 @@
186186 }
187187
188188 if ( is_array( $lastUserData ) ) {
189 - $fit = $result->addValue( array( 'query', $this->getModuleName() ),
190 - null, $lastUserData );
191 - if ( !$fit ) {
192 - $this->setContinueEnumParameter( 'from',
193 - $this->keyToTitle( $lastUserData['name'] ) );
194 - }
 189+ $fit = $result->addValue( array( 'query', $this->getModuleName() ),
 190+ null, $lastUserData );
 191+ if ( !$fit ) {
 192+ $this->setContinueEnumParameter( 'from',
 193+ $this->keyToTitle( $lastUserData['name'] ) );
 194+ }
195195 }
196196
197197 $result->setIndexedTagName_internal( array( 'query', $this->getModuleName() ), 'u' );

Status & tagging log