Remove empty lines at end of functions
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 5 Nov 2016 10:55:10 +0000 (11:55 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Sat, 5 Nov 2016 10:55:10 +0000 (11:55 +0100)
commit34fe90ac52644c3a543ca8adf89900c0fb2de70b
tree32994d8c1d484c4905548f79443855ae3acab1e9
parente1cd3142ba528b2ca178c34bd229330adf976fc4
Remove empty lines at end of functions

It looks like there is something missing after the last statement
Also remove some other empty lines at begin of functions, ifs or loops
while at these files

Change-Id: Ib00b5cfd31ca4dcd0c32ce33754d3c80bae70641
61 files changed:
includes/AjaxDispatcher.php
includes/EditPage.php
includes/Feed.php
includes/MediaWikiServices.php
includes/OutputPage.php
includes/Preferences.php
includes/Title.php
includes/Xml.php
includes/actions/HistoryAction.php
includes/api/ApiQuerySiteinfo.php
includes/cache/UserCache.php
includes/cache/localisation/LocalisationCache.php
includes/deferred/SearchUpdate.php
includes/diff/WordLevelDiff.php
includes/filerepo/file/OldLocalFile.php
includes/htmlform/fields/HTMLSelectAndOtherField.php
includes/htmlform/fields/HTMLSelectNamespace.php
includes/htmlform/fields/HTMLSelectOrOtherField.php
includes/http/MWHttpRequest.php
includes/installer/DatabaseInstaller.php
includes/libs/CSSMin.php
includes/libs/filebackend/SwiftFileBackend.php
includes/libs/mime/XmlTypeCheck.php
includes/libs/virtualrest/ParsoidVirtualRESTService.php
includes/libs/virtualrest/RestbaseVirtualRESTService.php
includes/media/FormatMetadata.php
includes/page/ImagePage.php
includes/parser/LinkHolderArray.php
includes/parser/ParserOptions.php
includes/resourceloader/ResourceLoader.php
includes/search/SearchPostgres.php
includes/skins/BaseTemplate.php
includes/skins/SkinTemplate.php
includes/specialpage/LoginSignupSpecialPage.php
includes/specials/SpecialSearch.php
includes/user/User.php
languages/classes/LanguageSr.php
languages/classes/LanguageZh.php
maintenance/Maintenance.php
maintenance/checkComposerLockUpToDate.php
maintenance/createCommonPasswordCdb.php
tests/parser/TestFileReader.php
tests/phpunit/includes/GitInfoTest.php
tests/phpunit/includes/HtmlTest.php
tests/phpunit/includes/LinkFilterTest.php
tests/phpunit/includes/PagePropsTest.php
tests/phpunit/includes/TemplateCategoriesTest.php
tests/phpunit/includes/api/ApiContinuationManagerTest.php
tests/phpunit/includes/api/ApiResultTest.php
tests/phpunit/includes/api/ApiRevisionDeleteTest.php
tests/phpunit/includes/auth/AuthManagerTest.php
tests/phpunit/includes/auth/EmailNotificationSecondaryAuthenticationProviderTest.php
tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php
tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php
tests/phpunit/includes/auth/UserDataAuthenticationRequestTest.php
tests/phpunit/includes/exception/MWExceptionTest.php
tests/phpunit/includes/linker/LinkRendererTest.php
tests/phpunit/includes/media/ExifBitmapTest.php
tests/phpunit/includes/session/SessionProviderTest.php
tests/phpunit/includes/session/SessionTest.php
tests/phpunit/includes/user/UserTest.php