jenkins-bot has submitted this change and it was merged.

Change subject: Update formatting
......................................................................


Update formatting

Remove inline tabs and superfluous whitespace.

Change-Id: If9d1c3fd2aa132f9dfd2f19258d08fbcb6305b52
---
M EducationProgram.i18n.ns.php
1 file changed, 8 insertions(+), 9 deletions(-)

Approvals:
  Raimond Spekking: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/EducationProgram.i18n.ns.php b/EducationProgram.i18n.ns.php
index baca815..ce2c611 100644
--- a/EducationProgram.i18n.ns.php
+++ b/EducationProgram.i18n.ns.php
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Namespace internationalization for the Education Program extension.
  *
@@ -13,23 +12,23 @@
  */
 
 if ( !defined( 'EP_NS' ) ) {
-       define( 'EP_NS',                                        442 + 4 );
-       define( 'EP_NS_TALK',                           442 + 5 );
+       define( 'EP_NS',      442 + 4 );
+       define( 'EP_NS_TALK', 442 + 5 );
 }
 
 $namespaceNames = array();
 
 $namespaceNames['en'] = array(
-       EP_NS                   => 'Education_Program',
-       EP_NS_TALK              => 'Education_Program_talk',
+       EP_NS      => 'Education_Program',
+       EP_NS_TALK => 'Education_Program_talk',
 );
 
 $namespaceNames['he'] = array(
-       EP_NS                   => 'הוראה',
-       EP_NS_TALK              => 'שיחת הוראה',
+       EP_NS      => 'הוראה',
+       EP_NS_TALK => 'שיחת הוראה',
 );
 
 $namespaceNames['nl'] = array(
-       EP_NS                   => 'Onderwijsprogramma',
-       EP_NS_TALK              => 'Overleg_onderwijsprogramma',
+       EP_NS      => 'Onderwijsprogramma',
+       EP_NS_TALK => 'Overleg_onderwijsprogramma',
 );

-- 
To view, visit https://gerrit.wikimedia.org/r/71604
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If9d1c3fd2aa132f9dfd2f19258d08fbcb6305b52
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EducationProgram
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@wikimedia.org>
Gerrit-Reviewer: Raimond Spekking <raimond.spekk...@gmail.com>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to