Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/123219

Change subject: whitespace cleanup
......................................................................

whitespace cleanup

Change-Id: Iaaa945b0202e4e936647eb763ce2af4cc15456ee
---
M swmp.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SignWritingMediaWikiPlugin
 refs/changes/19/123219/1

diff --git a/swmp.php b/swmp.php
index 8be7e19..3036576 100644
--- a/swmp.php
+++ b/swmp.php
@@ -38,9 +38,9 @@
        'descriptionmsg' => 'swmp-desc'
 );
 $wgResourceModules['ext.swmp'] = array(
-        'scripts' => 'signwriting_thin.js',
+       'scripts' => 'signwriting_thin.js',
        'localBasePath' => __DIR__,
-        'remoteExtPath' => 'swmp',
+       'remoteExtPath' => 'swmp',
 );
 
 $wgMessagesDirs['SignWritingMediaWikiPlugin'] = __DIR__ . '/i18n';
@@ -48,7 +48,7 @@
 
 $wgHooks['BeforePageDisplay'][] = 'swmpBeforePageDisplay';
 
-function swmpBeforePageDisplay(&$out){
+function swmpBeforePageDisplay( &$out ) {
   $out->addModules( 'ext.swmp' );
   return true;
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaaa945b0202e4e936647eb763ce2af4cc15456ee
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SignWritingMediaWikiPlugin
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>

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

Reply via email to