Remove excess newlines at the end of files
authorRicordisamoa <ricordisamoa@openmailbox.org>
Sat, 26 Sep 2015 22:02:05 +0000 (00:02 +0200)
committerRicordisamoa <ricordisamoa@openmailbox.org>
Sat, 26 Sep 2015 22:02:05 +0000 (00:02 +0200)
Many of them added with commit 776c865077ea38ca1f9205ad778a600b41332d60

Change-Id: I481b15c45ead1f5f482e120cb40ea8f3297543cf

includes/actions/ProtectAction.php
includes/debug/logger/monolog/BufferHandler.php
includes/deferred/DataUpdate.php
includes/deferred/LinksDeletionUpdate.php
includes/libs/replacers/HashtableReplacer.php
includes/upload/UploadStash.php
languages/messages/MessagesDty.php
tests/phpunit/includes/WikiMapTest.php
tests/phpunit/includes/WikiReferenceTest.php
tests/phpunit/includes/filebackend/SwiftFileBackendTest.php

index a7f1ac3..48909cf 100644 (file)
@@ -52,4 +52,3 @@ class ProtectAction extends FormlessAction {
                $this->page->protect();
        }
 }
-
index ea286b3..d53ccde 100644 (file)
@@ -44,4 +44,3 @@ class BufferHandler extends BaseBufferHandler {
                return parent::handle( $record );
        }
 }
-
index 9cbb62f..c29160f 100644 (file)
@@ -153,4 +153,3 @@ interface EnqueueableDataUpdate {
         */
        public function enqueueUpdate();
 }
-
index 7351e4c..b7cc70e 100644 (file)
@@ -103,4 +103,3 @@ class LinksDeletionUpdate extends SqlDataUpdate {
                }
        }
 }
-
index b3c219d..11637d0 100644 (file)
@@ -41,4 +41,3 @@ class HashtableReplacer extends Replacer {
                return $this->table[$matches[$this->index]];
        }
 }
-
index c07665a..1f796a4 100644 (file)
@@ -747,4 +747,3 @@ class UploadStashWrongOwnerException extends UploadStashException {
 
 class UploadStashNoSuchKeyException extends UploadStashException {
 }
-
index f7ae08e..bfb99f2 100644 (file)
@@ -105,4 +105,3 @@ class WikiMapTest extends MediaWikiLangTestCase {
        }
 
 }
-
index 4fe2e85..b72bae7 100644 (file)
@@ -77,4 +77,3 @@ class WikiReferenceTest extends PHPUnit_Framework_TestCase {
        }
 
 }
-
index a683750..877cb60 100644 (file)
@@ -146,4 +146,3 @@ class SwiftFileBackendTest extends MediaWikiTestCase {
                );
        }
 }
-