Move closing parenthesis from multi line if and function to own line
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 1 Dec 2013 20:39:00 +0000 (21:39 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Sun, 1 Dec 2013 20:39:00 +0000 (21:39 +0100)
commit0bc583af2cf5aef63e006288ab9fbfa61994e9a9
treef29757cf2f5da90c8e03d041581777db6710ae96
parent5ca5672aacfa855ed1ac8f5570b9f7d10c1eb0b0
Move closing parenthesis from multi line if and function to own line

The Line continuation Coding conventions prefers the closing parenthesis
on the same line than the beginning curly braces. This is done for ifs
and functions.
Also move some boolean operator from the end of a line to the beginning
and changed some indentation to make the condition hopefully better
readable.

Change-Id: Id0437b06bde86eb5a75bc59eefa19e7edb624426
50 files changed:
includes/Article.php
includes/Block.php
includes/Collation.php
includes/EditPage.php
includes/GlobalFunctions.php
includes/HtmlFormatter.php
includes/ImagePage.php
includes/Linker.php
includes/OutputPage.php
includes/Preferences.php
includes/Revision.php
includes/Setup.php
includes/StreamFile.php
includes/Title.php
includes/User.php
includes/UserMailer.php
includes/WebRequest.php
includes/Wiki.php
includes/logging/LogPage.php
includes/logging/LogPager.php
includes/logging/MoveLogFormatter.php
includes/media/ExifBitmap.php
includes/media/GIFMetadataExtractor.php
includes/media/IPTC.php
includes/media/XMP.php
includes/objectcache/MemcachedClient.php
includes/objectcache/SqlBagOStuff.php
includes/parser/LinkHolderArray.php
includes/parser/Parser.php
includes/parser/ParserOutput.php
includes/parser/Preprocessor_DOM.php
includes/parser/Preprocessor_Hash.php
includes/profiler/Profiler.php
includes/resourceloader/ResourceLoader.php
includes/resourceloader/ResourceLoaderFileModule.php
includes/specials/SpecialSearch.php
includes/specials/SpecialUpload.php
includes/specials/SpecialWatchlist.php
includes/upload/UploadBase.php
languages/Language.php
languages/LanguageConverter.php
languages/utils/CLDRPluralRuleEvaluator.php
maintenance/Maintenance.php
maintenance/copyFileBackend.php
maintenance/doMaintenance.php
maintenance/findHooks.php
maintenance/pruneFileCache.php
maintenance/rebuildImages.php
maintenance/storage/compressOld.php
maintenance/storage/fixBug20757.php