Fix tabs/spaces from r74242
authorSam Reed <reedy@users.mediawiki.org>
Mon, 4 Oct 2010 00:01:16 +0000 (00:01 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 4 Oct 2010 00:01:16 +0000 (00:01 +0000)
maintenance/tests/phpunit/includes/api/ApiWatchTest.php

index 7fa8242..6525a8a 100644 (file)
@@ -68,7 +68,7 @@ class ApiWatchTest extends ApiTestSetup {
                        }
                }
 
-           $GLOBALS['wgUser'] = self::$user->user;
+               $GLOBALS['wgUser'] = self::$user->user;
 
                return $data;
        }