From 665f1a033d86273ebe28f4151c86190a5f5334ed Mon Sep 17 00:00:00 2001 From: Vivek Ghaisas Date: Tue, 16 Jun 2015 16:19:50 +0300 Subject: [PATCH] Ensure that files end with a newline Bug: T102619 Change-Id: Iae6e722151581d15c9421d41c4d14b100bb6e437 --- includes/jobqueue/aggregator/JobQueueAggregator.php | 2 +- languages/messages/MessagesAeb.php | 2 +- languages/messages/MessagesAeb_arab.php | 2 +- maintenance/checkComposerLockUpToDate.php | 2 +- tests/phpunit/includes/objectcache/WANObjectCacheTest.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/jobqueue/aggregator/JobQueueAggregator.php b/includes/jobqueue/aggregator/JobQueueAggregator.php index febc277a51..aa02d1fa71 100644 --- a/includes/jobqueue/aggregator/JobQueueAggregator.php +++ b/includes/jobqueue/aggregator/JobQueueAggregator.php @@ -169,4 +169,4 @@ class JobQueueAggregatorNull extends JobQueueAggregator { protected function doPurge() { return true; } -} \ No newline at end of file +} diff --git a/languages/messages/MessagesAeb.php b/languages/messages/MessagesAeb.php index 9f86bd68a4..4591312a5d 100644 --- a/languages/messages/MessagesAeb.php +++ b/languages/messages/MessagesAeb.php @@ -8,4 +8,4 @@ * */ -$fallback = 'aeb-arab'; \ No newline at end of file +$fallback = 'aeb-arab'; diff --git a/languages/messages/MessagesAeb_arab.php b/languages/messages/MessagesAeb_arab.php index 1043496bc8..8f0088ef1a 100644 --- a/languages/messages/MessagesAeb_arab.php +++ b/languages/messages/MessagesAeb_arab.php @@ -10,4 +10,4 @@ $fallback = 'ar'; -$rtl = true; \ No newline at end of file +$rtl = true; diff --git a/maintenance/checkComposerLockUpToDate.php b/maintenance/checkComposerLockUpToDate.php index 0b77578d8f..47720710fa 100644 --- a/maintenance/checkComposerLockUpToDate.php +++ b/maintenance/checkComposerLockUpToDate.php @@ -60,4 +60,4 @@ class CheckComposerLockUpToDate extends Maintenance { } $maintClass = 'CheckComposerLockUpToDate'; -require_once RUN_MAINTENANCE_IF_MAIN; \ No newline at end of file +require_once RUN_MAINTENANCE_IF_MAIN; diff --git a/tests/phpunit/includes/objectcache/WANObjectCacheTest.php b/tests/phpunit/includes/objectcache/WANObjectCacheTest.php index 3e284c8110..284a67df60 100644 --- a/tests/phpunit/includes/objectcache/WANObjectCacheTest.php +++ b/tests/phpunit/includes/objectcache/WANObjectCacheTest.php @@ -249,4 +249,4 @@ class WANObjectCacheTest extends MediaWikiTestCase { $t4 = $this->cache->getCheckKeyTime( $key ); $this->assertEquals( $t3, $t4, 'Check key time did not change' ); } -} \ No newline at end of file +} -- 2.20.1