Fixed spacing and removed unneeded parenthesis
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 17 May 2013 14:47:00 +0000 (16:47 +0200)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 17 May 2013 16:12:08 +0000 (16:12 +0000)
commit15ff79312dca530b4888ef618c6b25e0cba832a2
tree03627ac1e2c463362903116bd69508090dda7dfb
parent072d516848d285c11619b179baf91a845335054d
Fixed spacing and removed unneeded parenthesis

Added spaces after/before parenthesis
Removed unneeded parenthesis around some statements
Broke a long line

Change-Id: I7fbe129f7bbf524dd0598ece2a9708643f08453b
28 files changed:
includes/Cdb_PHP.php
includes/ChangesList.php
includes/ConfEditor.php
includes/FeedUtils.php
includes/HTMLForm.php
includes/MagicWord.php
includes/Message.php
includes/Pager.php
includes/ProtectionForm.php
includes/Sanitizer.php
includes/SiteConfiguration.php
includes/StubObject.php
includes/Xml.php
includes/cache/LinkBatch.php
includes/filerepo/file/ArchivedFile.php
includes/filerepo/file/OldLocalFile.php
includes/logging/LogEventsList.php
includes/media/GIFMetadataExtractor.php
includes/media/Tiff.php
includes/profiler/Profiler.php
includes/specials/SpecialPrefixindex.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialRevisiondelete.php
tests/phpunit/includes/HTMLCheckMatrixTest.php
tests/phpunit/includes/HashRingTest.php
tests/phpunit/includes/parser/NewParserTest.php
tests/phpunit/includes/specials/SpecialPreferencesTest.php
tests/phpunit/mocks/filebackend/MockFileBackend.php