Fomafix has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/344787 )

Change subject: Use tabs instead of spaces for indenting
......................................................................

Use tabs instead of spaces for indenting

Change-Id: Id88ed98763265f0eea75514e52fbd0f546ef72b4
---
M VectorTemplate.php
M images/user-icon.svg
M package.json
3 files changed, 16 insertions(+), 16 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector 
refs/changes/87/344787/1

diff --git a/VectorTemplate.php b/VectorTemplate.php
index e6300cb..bf45341 100644
--- a/VectorTemplate.php
+++ b/VectorTemplate.php
@@ -114,7 +114,7 @@
                        if ( $this->data['title'] != '' ) {
                        ?>
                        <h1 id="firstHeading" class="firstHeading" lang="<?php 
$this->text( 'pageLanguage' ); ?>"><?php
-                                $this->html( 'title' )
+                               $this->html( 'title' )
                        ?></h1>
                        <?php
                        } ?>
diff --git a/images/user-icon.svg b/images/user-icon.svg
index c37d464..d975a3f 100644
--- a/images/user-icon.svg
+++ b/images/user-icon.svg
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
-        width="12px" height="13.836px" viewBox="0 0 12 13.836" 
enable-background="new 0 0 12 13.836" xml:space="preserve">
+       width="12px" height="13.836px" viewBox="0 0 12 13.836" 
enable-background="new 0 0 12 13.836" xml:space="preserve">
 <path fill="#777777" 
d="M1.938,6.656c-1.32,1.485-1.47,3.15-0.97,4.25c0.323,0.707,0.78,1.127,1.313,1.375
        
c0.496,0.229,1.074,0.273,1.658,0.282c0.023,0,0.04,0.03,0.062,0.03h4.187c0.61,0,1.225-0.125,1.75-0.405
        
c0.527-0.28,0.961-0.718,1.188-1.376c0.335-0.964,0.175-2.529-1.094-4.03C9.094,7.954,7.68,8.719,6.065,8.719
diff --git a/package.json b/package.json
index cb1671c..a8f13bd 100644
--- a/package.json
+++ b/package.json
@@ -1,16 +1,16 @@
 {
-  "private": true,
-  "scripts": {
-    "test": "grunt test",
-    "doc": "jsduck"
-  },
-  "devDependencies": {
-    "eslint-config-wikimedia": "0.3.0",
-    "grunt": "1.0.1",
-    "grunt-banana-checker": "0.5.0",
-    "grunt-eslint": "19.0.0",
-    "grunt-jsonlint": "1.1.0",
-    "grunt-stylelint": "0.7.0",
-    "stylelint-config-wikimedia": "0.4.1"
-  }
+       "private": true,
+       "scripts": {
+               "test": "grunt test",
+               "doc": "jsduck"
+       },
+       "devDependencies": {
+               "eslint-config-wikimedia": "0.3.0",
+               "grunt": "1.0.1",
+               "grunt-banana-checker": "0.5.0",
+               "grunt-eslint": "19.0.0",
+               "grunt-jsonlint": "1.1.0",
+               "grunt-stylelint": "0.7.0",
+               "stylelint-config-wikimedia": "0.4.1"
+       }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id88ed98763265f0eea75514e52fbd0f546ef72b4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Fomafix <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to