Fixed spacing
authorumherirrender <umherirrender_de.wp@web.de>
Thu, 27 Nov 2014 17:03:07 +0000 (18:03 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 5 Dec 2014 21:28:07 +0000 (22:28 +0100)
commit489d793882cbce56248a8d2e1f762a6adaa2f67b
treef3e08929b96d0fd7fcf9fe964729200798becc8f
parent9c785e91587acdebbd40408fdb8e44956a9c8364
Fixed spacing

- Added/removed spaces around parenthesis
- Added newline in empty blocks
- Added space after switch/foreach/function
- Use tabs at begin of line
- Add newline at end of file

Change-Id: I244cdb2c333489e1020931bf4ac5266a87439f0d
29 files changed:
includes/CdbCompat.php
includes/PrefixSearch.php
includes/Status.php
includes/api/ApiOpenSearch.php
includes/api/ApiQuerySearch.php
includes/cache/LocalisationCache.php
includes/db/Database.php
includes/db/LBFactory.php
includes/filebackend/FSFileBackend.php
includes/installer/DatabaseUpdater.php
includes/installer/WebInstallerOutput.php
includes/media/Bitmap.php
includes/parser/MWTidy.php
includes/parser/Parser.php
includes/profiler/ProfilerStandard.php
includes/profiler/ProfilerStub.php
includes/profiler/ProfilerXhprof.php
includes/profiler/SectionProfiler.php
includes/profiler/output/ProfilerOutputDb.php
includes/profiler/output/ProfilerOutputText.php
includes/profiler/output/ProfilerOutputUdp.php
includes/site/SiteListFileCache.php
includes/site/SiteListFileCacheBuilder.php
includes/utils/AutoloadGenerator.php
maintenance/backupTextPass.inc
tests/phpunit/includes/PrefixSearchTest.php
tests/phpunit/includes/db/DatabaseSqliteTest.php
tests/phpunit/includes/media/FormatMetadataTest.php
tests/phpunit/maintenance/backupTextPassTest.php