Fixed spacing
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 19 Jul 2014 21:12:10 +0000 (23:12 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Sat, 19 Jul 2014 21:12:10 +0000 (23:12 +0200)
commit2b021dc48a423dd43f7c60046315cfe2113a3fb6
treec1c3e3711cbcc23956b9cb5cf4392f08be5ebd53
parenta7db3260262d0e2665c2eecd8b933ec1919ac7c1
Fixed spacing

- Added/removed spaces around parenthesis
- Added space after switch/if/foreach
- changed else if to elseif

Change-Id: I99cda543e0e077320091addd75c188cb6e3a42c2
45 files changed:
includes/Html.php
includes/Import.php
includes/Title.php
includes/api/ApiQuerySiteinfo.php
includes/api/ApiResult.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php
includes/htmlform/HTMLSelectField.php
includes/installer/MysqlInstaller.php
includes/installer/PostgresInstaller.php
includes/installer/PostgresUpdater.php
includes/media/XCF.php
includes/objectcache/BagOStuff.php
includes/page/ImagePage.php
includes/poolcounter/PoolCounterRedis.php
includes/profiler/Profiler.php
includes/specials/SpecialContributions.php
includes/specials/SpecialEditWatchlist.php
includes/specials/SpecialPageLanguage.php
includes/specials/SpecialTrackingCategories.php
includes/utils/MWCryptHKDF.php
languages/messages/MessagesCs.php
languages/messages/MessagesEn.php
languages/messages/MessagesKk_arab.php
languages/messages/MessagesKk_cyrl.php
languages/messages/MessagesKk_latn.php
languages/messages/MessagesOs.php
languages/messages/MessagesSv.php
maintenance/compareParserCache.php
maintenance/language/generateCollationData.php
mw-config/index.php
skins/Vector/VectorTemplate.php
tests/phpunit/includes/GlobalFunctions/wfTimestampTest.php
tests/phpunit/includes/ImportTest.php
tests/phpunit/includes/LinksUpdateTest.php
tests/phpunit/includes/OutputPageTest.php
tests/phpunit/includes/TimeAdjustTest.php
tests/phpunit/includes/actions/ActionTest.php
tests/phpunit/includes/config/ConfigFactoryTest.php
tests/phpunit/includes/db/DatabaseSqliteTest.php
tests/phpunit/includes/debug/MWDebugTest.php
tests/phpunit/includes/media/MediaWikiMediaTestCase.php
tests/phpunit/includes/parser/ParserMethodsTest.php
tests/phpunit/includes/poolcounter/PoolCounterTest.php
tests/phpunit/phpunit.php