Fixed spacing
authorumherirrender <umherirrender_de.wp@web.de>
Wed, 17 Jun 2015 20:01:00 +0000 (22:01 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 17 Jun 2015 20:22:32 +0000 (20:22 +0000)
commitd8821f2b0b40a1f1ef03b7187d00d1453b820dc6
treee4c59a09a5a494f07e321e10f5ee14ce8f87d51a
parentb04e5f7c4f0a002e902f9a3cad079ec1975bd43f
Fixed spacing

- Removed space after casts
- Removed spaces in array index
- Added spaces around string concat
- Added space after words: switch, foreach
- else if -> elseif
- Removed parentheses around require_once, because it is not a function
- Added newline at end of file
- Removed double spaces
- Added spaces around operations
- Removed repeated newlines

Bug: T102609
Change-Id: Ib860222b24f8ad8e9062cd4dc42ec88dc63fb49e
32 files changed:
includes/Import.php
includes/Setup.php
includes/api/ApiFormatXml.php
includes/api/ApiParamInfo.php
includes/cache/LCStoreStaticArray.php
includes/objectcache/SqlBagOStuff.php
includes/registration/ExtensionRegistry.php
includes/resourceloader/ResourceLoader.php
includes/resourceloader/ResourceLoaderImage.php
includes/resourceloader/ResourceLoaderImageModule.php
includes/resourceloader/ResourceLoaderModule.php
includes/resourceloader/ResourceLoaderOOUIImageModule.php
includes/resourceloader/ResourceLoaderSkinModule.php
includes/resourceloader/ResourceLoaderStartUpModule.php
includes/skins/Skin.php
includes/skins/SkinFallbackTemplate.php
includes/upload/UploadFromUrl.php
languages/messages/MessagesGom.php
languages/messages/MessagesGom_deva.php
languages/messages/MessagesPnt.php
maintenance/exportSites.php
maintenance/importSites.php
resources/ResourcesOOUI.php
tests/phpunit/ResourceLoaderTestCase.php
tests/phpunit/includes/api/ApiMainTest.php
tests/phpunit/includes/api/ApiResultTest.php
tests/phpunit/includes/api/query/ApiQueryTest.php
tests/phpunit/includes/objectcache/WANObjectCacheTest.php
tests/phpunit/includes/site/HashSiteStoreTest.php
tests/phpunit/includes/site/SiteExporterTest.php
tests/phpunit/includes/utils/IPTest.php
tests/phpunit/structure/AvailableRightsTest.php