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

Change subject: Convert spaces to tabs in main php file
......................................................................


Convert spaces to tabs in main php file

Change-Id: I2b4fd3355e0acb471fdeb6ccab99450a0cd9e870
---
M strapping.php
1 file changed, 13 insertions(+), 13 deletions(-)

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



diff --git a/strapping.php b/strapping.php
index 32d8699..65f2675 100644
--- a/strapping.php
+++ b/strapping.php
@@ -10,11 +10,11 @@
 if( !defined( 'MEDIAWIKI' ) ) die( "This is an extension to the MediaWiki 
package and cannot be run standalone." );
  
 $wgExtensionCredits['skin'][] = array(
-        'path' => __FILE__,
-        'name' => 'Strapping',
-        'url' => "https://github.com/OSAS/strapping-mediawiki";,
-        'author' => 'Garrett LeSage',
-        'descriptionmsg' => 'strapping-desc',
+       'path' => __FILE__,
+       'name' => 'Strapping',
+       'url' => "https://github.com/OSAS/strapping-mediawiki";,
+       'author' => 'Garrett LeSage',
+       'descriptionmsg' => 'strapping-desc',
 );
 
 $wgValidSkinNames['strapping'] = 'Strapping';
@@ -22,19 +22,19 @@
 $wgMessagesDirs['SkinStrapping'] = __DIR__ . '/i18n';
  
 $wgResourceModules['skins.strapping'] = array(
-        'styles' => array(
-                'strapping/bootstrap/css/bootstrap.css' => array( 'media' => 
'screen' ),
-                'strapping/bootstrap/css/bootstrap-responsive.css' => array( 
'media' => 'screen' ),
-                'strapping/bootstrap/awesome/css/font-awesome.css' => array( 
'media' => 'screen' ),
-                'strapping/screen.css' => array( 'media' => 'screen' ),
-                'strapping/theme.css' => array( 'media' => 'screen' ),
+       'styles' => array(
+               'strapping/bootstrap/css/bootstrap.css' => array( 'media' => 
'screen' ),
+               'strapping/bootstrap/css/bootstrap-responsive.css' => array( 
'media' => 'screen' ),
+               'strapping/bootstrap/awesome/css/font-awesome.css' => array( 
'media' => 'screen' ),
+               'strapping/screen.css' => array( 'media' => 'screen' ),
+               'strapping/theme.css' => array( 'media' => 'screen' ),
        ),
        'scripts' => array(
                'strapping/bootstrap/js/bootstrap.js',
                'strapping/strapping.js',
        ),
-        'remoteBasePath' => &$GLOBALS['wgStylePath'],
-        'localBasePath' => &$GLOBALS['wgStyleDirectory'],
+       'remoteBasePath' => &$GLOBALS['wgStylePath'],
+       'localBasePath' => &$GLOBALS['wgStyleDirectory'],
 );
 
 # Default options to customize skin

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2b4fd3355e0acb471fdeb6ccab99450a0cd9e870
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/mediawiki-strapping
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
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