diff options
author | Ricordisamoa <ricordisamoa@openmailbox.org> | 2015-09-27 00:02:05 +0200 |
---|---|---|
committer | Ricordisamoa <ricordisamoa@openmailbox.org> | 2015-09-27 00:02:05 +0200 |
commit | 4f72efe8d841db8a3fd871da105b718fb366ad9a (patch) | |
tree | ac3863c50930054434c22cb61f096d6cc0fdd4ca /includes | |
parent | 6953ca099e330e1e64e06333140eea97cc84bd40 (diff) | |
download | mediawikicore-4f72efe8d841db8a3fd871da105b718fb366ad9a.tar.gz mediawikicore-4f72efe8d841db8a3fd871da105b718fb366ad9a.zip |
Remove excess newlines at the end of files
Many of them added with commit 776c865077ea38ca1f9205ad778a600b41332d60
Change-Id: I481b15c45ead1f5f482e120cb40ea8f3297543cf
Diffstat (limited to 'includes')
-rw-r--r-- | includes/actions/ProtectAction.php | 1 | ||||
-rw-r--r-- | includes/debug/logger/monolog/BufferHandler.php | 1 | ||||
-rw-r--r-- | includes/deferred/DataUpdate.php | 1 | ||||
-rw-r--r-- | includes/deferred/LinksDeletionUpdate.php | 1 | ||||
-rw-r--r-- | includes/libs/replacers/HashtableReplacer.php | 1 | ||||
-rw-r--r-- | includes/upload/UploadStash.php | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/includes/actions/ProtectAction.php b/includes/actions/ProtectAction.php index a7f1ac34e45e..48909cfd7206 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 ea286b3bd5f7..d53ccdec4b74 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 9cbb62f27331..c29160fd177e 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 7351e4cedcb6..b7cc70e05096 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 b3c219d40a8f..11637d0d4304 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 c07665a06cf7..1f796a4528f4 100644 --- a/includes/upload/UploadStash.php +++ b/includes/upload/UploadStash.php @@ -747,4 +747,3 @@ class UploadStashWrongOwnerException extends UploadStashException { class UploadStashNoSuchKeyException extends UploadStashException { } - |