From 4f72efe8d841db8a3fd871da105b718fb366ad9a Mon Sep 17 00:00:00 2001 From: Ricordisamoa Date: Sun, 27 Sep 2015 00:02:05 +0200 Subject: [PATCH] Remove excess newlines at the end of files Many of them added with commit 776c865077ea38ca1f9205ad778a600b41332d60 Change-Id: I481b15c45ead1f5f482e120cb40ea8f3297543cf --- includes/actions/ProtectAction.php | 1 - includes/debug/logger/monolog/BufferHandler.php | 1 - includes/deferred/DataUpdate.php | 1 - includes/deferred/LinksDeletionUpdate.php | 1 - includes/libs/replacers/HashtableReplacer.php | 1 - includes/upload/UploadStash.php | 1 - languages/messages/MessagesDty.php | 1 - tests/phpunit/includes/WikiMapTest.php | 1 - tests/phpunit/includes/WikiReferenceTest.php | 1 - tests/phpunit/includes/filebackend/SwiftFileBackendTest.php | 1 - 10 files changed, 10 deletions(-) diff --git a/includes/actions/ProtectAction.php b/includes/actions/ProtectAction.php index a7f1ac34e4..48909cfd72 100644 --- a/includes/actions/ProtectAction.php +++ b/includes/actions/ProtectAction.php @@ -52,4 +52,3 @@ class ProtectAction extends FormlessAction { $this->page->protect(); } } - diff --git a/includes/debug/logger/monolog/BufferHandler.php b/includes/debug/logger/monolog/BufferHandler.php index ea286b3bd5..d53ccdec4b 100644 --- a/includes/debug/logger/monolog/BufferHandler.php +++ b/includes/debug/logger/monolog/BufferHandler.php @@ -44,4 +44,3 @@ class BufferHandler extends BaseBufferHandler { return parent::handle( $record ); } } - diff --git a/includes/deferred/DataUpdate.php b/includes/deferred/DataUpdate.php index 9cbb62f273..c29160fd17 100644 --- a/includes/deferred/DataUpdate.php +++ b/includes/deferred/DataUpdate.php @@ -153,4 +153,3 @@ interface EnqueueableDataUpdate { */ public function enqueueUpdate(); } - diff --git a/includes/deferred/LinksDeletionUpdate.php b/includes/deferred/LinksDeletionUpdate.php index 7351e4cedc..b7cc70e050 100644 --- a/includes/deferred/LinksDeletionUpdate.php +++ b/includes/deferred/LinksDeletionUpdate.php @@ -103,4 +103,3 @@ class LinksDeletionUpdate extends SqlDataUpdate { } } } - diff --git a/includes/libs/replacers/HashtableReplacer.php b/includes/libs/replacers/HashtableReplacer.php index b3c219d40a..11637d0d43 100644 --- a/includes/libs/replacers/HashtableReplacer.php +++ b/includes/libs/replacers/HashtableReplacer.php @@ -41,4 +41,3 @@ class HashtableReplacer extends Replacer { return $this->table[$matches[$this->index]]; } } - diff --git a/includes/upload/UploadStash.php b/includes/upload/UploadStash.php index c07665a06c..1f796a4528 100644 --- a/includes/upload/UploadStash.php +++ b/includes/upload/UploadStash.php @@ -747,4 +747,3 @@ class UploadStashWrongOwnerException extends UploadStashException { class UploadStashNoSuchKeyException extends UploadStashException { } - diff --git a/languages/messages/MessagesDty.php b/languages/messages/MessagesDty.php index 937b1bc507..4dedc47ddc 100644 --- a/languages/messages/MessagesDty.php +++ b/languages/messages/MessagesDty.php @@ -9,4 +9,3 @@ */ $fallback = 'ne'; - diff --git a/tests/phpunit/includes/WikiMapTest.php b/tests/phpunit/includes/WikiMapTest.php index f7ae08e4f8..bfb99f23c9 100644 --- a/tests/phpunit/includes/WikiMapTest.php +++ b/tests/phpunit/includes/WikiMapTest.php @@ -105,4 +105,3 @@ class WikiMapTest extends MediaWikiLangTestCase { } } - diff --git a/tests/phpunit/includes/WikiReferenceTest.php b/tests/phpunit/includes/WikiReferenceTest.php index 4fe2e855b6..b72bae7325 100644 --- a/tests/phpunit/includes/WikiReferenceTest.php +++ b/tests/phpunit/includes/WikiReferenceTest.php @@ -77,4 +77,3 @@ class WikiReferenceTest extends PHPUnit_Framework_TestCase { } } - diff --git a/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php b/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php index a683750149..877cb6020b 100644 --- a/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php +++ b/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php @@ -146,4 +146,3 @@ class SwiftFileBackendTest extends MediaWikiTestCase { ); } } - -- 2.20.1