Ensure that files end with a newline
authorVivek Ghaisas <v.a.ghaisas@gmail.com>
Tue, 16 Jun 2015 13:19:50 +0000 (16:19 +0300)
committerVivek Ghaisas <v.a.ghaisas@gmail.com>
Tue, 16 Jun 2015 13:21:57 +0000 (16:21 +0300)
Bug: T102619
Change-Id: Iae6e722151581d15c9421d41c4d14b100bb6e437

includes/jobqueue/aggregator/JobQueueAggregator.php
languages/messages/MessagesAeb.php
languages/messages/MessagesAeb_arab.php
maintenance/checkComposerLockUpToDate.php
tests/phpunit/includes/objectcache/WANObjectCacheTest.php

index febc277..aa02d1f 100644 (file)
@@ -169,4 +169,4 @@ class JobQueueAggregatorNull extends JobQueueAggregator {
        protected function doPurge() {
                return true;
        }
-}
\ No newline at end of file
+}
index 9f86bd6..4591312 100644 (file)
@@ -8,4 +8,4 @@
  *
  */
 
-$fallback = 'aeb-arab';
\ No newline at end of file
+$fallback = 'aeb-arab';
index 1043496..8f0088e 100644 (file)
@@ -10,4 +10,4 @@
 
 $fallback = 'ar';
 
-$rtl = true;
\ No newline at end of file
+$rtl = true;
index 0b77578..4772071 100644 (file)
@@ -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;
index 3e284c8..284a67d 100644 (file)
@@ -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
+}