Remove unneeded empty lines at begin of if/else/foreach body
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 19 Jun 2015 18:05:45 +0000 (20:05 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 19 Jun 2015 18:05:45 +0000 (20:05 +0200)
commit70f3afd5481336688132ae88673e484632a32c6e
tree3eef2a9079fedc2e5f71df9f8248fbf1049c9b26
parent100675aeb5e500823b5f6d536a431a95e9e43caf
Remove unneeded empty lines at begin of if/else/foreach body

An if body must not begin with an empty line

Change-Id: I62b058be337fcc85a120fcd3dadce564db59a271
30 files changed:
includes/EditPage.php
includes/OutputPage.php
includes/Revision.php
includes/Sanitizer.php
includes/actions/UnprotectAction.php
includes/api/ApiBase.php
includes/cache/LinkCache.php
includes/cache/LocalisationCache.php
includes/changes/EnhancedChangesList.php
includes/content/WikitextContent.php
includes/context/RequestContext.php
includes/db/LoadBalancer.php
includes/diff/DifferenceEngine.php
includes/filebackend/FSFile.php
includes/filebackend/TempFSFile.php
includes/htmlform/HTMLSelectAndOtherField.php
includes/jobqueue/JobQueue.php
includes/media/FormatMetadata.php
includes/media/SVGMetadataExtractor.php
includes/media/XMP.php
includes/parser/LinkHolderArray.php
includes/parser/Parser.php
includes/parser/Preprocessor_DOM.php
includes/parser/Preprocessor_Hash.php
includes/resourceloader/ResourceLoaderWikiModule.php
includes/specialpage/SpecialPageFactory.php
includes/specials/SpecialExport.php
includes/specials/SpecialMIMEsearch.php
includes/specials/SpecialProtectedtitles.php
includes/upload/UploadBase.php