[gtksourceview] Style schemes: remove trailing spaces



commit 8c27f2001f19dabe662ae670b3816b44d7bfdf85
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Feb 6 16:05:46 2014 +0100

    Style schemes: remove trailing spaces

 data/styles/classic.xml  |    4 ++--
 data/styles/cobalt.xml   |    8 ++++----
 data/styles/oblivion.xml |    6 +++---
 data/styles/tango.xml    |    2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/data/styles/classic.xml b/data/styles/classic.xml
index 96d0f98..621a454 100644
--- a/data/styles/classic.xml
+++ b/data/styles/classic.xml
@@ -54,8 +54,8 @@
   <style name="right-margin"                foreground="#000000" background="#000000"/>
 
   <!-- Search Matching -->
-  <style name="search-match"                background="yellow"/>  
-  
+  <style name="search-match"                background="yellow"/>
+
   <!-- Comments -->
   <style name="def:comment"                 foreground="blue"/>
   <style name="def:shebang"                 foreground="blue" bold="true"/>
diff --git a/data/styles/cobalt.xml b/data/styles/cobalt.xml
index cd2e2a3..3aa1c56 100644
--- a/data/styles/cobalt.xml
+++ b/data/styles/cobalt.xml
@@ -62,7 +62,7 @@
   <!-- Bracket Matching -->
   <style name="bracket-match"               background="steelblue3"/>
   <style name="bracket-mismatch"            background="dark_red" bold="true"/>
-  
+
   <!-- Search Matching -->
   <style name="search-match"                foreground="white" background="sea_green"/>
 
@@ -84,7 +84,7 @@
   <style name="def:keyword"                 foreground="bright_orange" bold="true"/>
   <style name="def:builtin"                 foreground="bright_orange" bold="true"/>
   <style name="def:variable"                foreground="light_grey"/>
-  
+
   <!-- Identifiers -->
   <style name="def:identifier"              foreground="light_grey"/>
   <style name="def:function"                use-style="def:identifier"/>
@@ -94,7 +94,7 @@
 
   <!-- Types -->
   <style name="def:type"                    foreground="teal_blue"/>
-  
+
   <!-- Others -->
   <style name="def:error"                   foreground="white" background="dark_red" bold="true"/>
   <style name="def:warning"                 foreground="white" background="nail_polish_pink"/>
@@ -138,7 +138,7 @@
 
   <!-- SH Styles -->
   <style name="sh:function"                 foreground="neon_pink"/>
-  
+
   <!-- XML Styles -->
   <style name="xml:attribute-name"          foreground="light_grey"/>
   <style name="xml:element-name"            foreground="teal_blue"/>
diff --git a/data/styles/oblivion.xml b/data/styles/oblivion.xml
index d705fce..974784a 100644
--- a/data/styles/oblivion.xml
+++ b/data/styles/oblivion.xml
@@ -94,7 +94,7 @@
   <style name="def:statement"               foreground="white" bold="true"/>
 
   <!-- Types -->
-  <style name="def:type"                    foreground="chameleon1" bold="true"/> 
+  <style name="def:type"                    foreground="chameleon1" bold="true"/>
 
   <!-- Others -->
   <style name="def:preprocessor"            foreground="plum1"/>
@@ -118,8 +118,8 @@
   <style name="diff:added-line"             foreground="butter2"/>
   <style name="diff:removed-line"           foreground="skyblue1"/>
   <style name="diff:changed-line"           foreground="plum1"/>
-  <style name="diff:diff-file"              foreground="chameleon1" bold="true"/> 
-  <style name="diff:location"               foreground="chameleon1"/> 
+  <style name="diff:diff-file"              foreground="chameleon1" bold="true"/>
+  <style name="diff:location"               foreground="chameleon1"/>
   <style name="diff:special-case"           foreground="white" bold="true"/>
 
   <style name="latex:command"               foreground="chameleon1" bold="true"/>
diff --git a/data/styles/tango.xml b/data/styles/tango.xml
index ba40905..62dddac 100644
--- a/data/styles/tango.xml
+++ b/data/styles/tango.xml
@@ -67,7 +67,7 @@
   <style name="right-margin"                foreground="aluminium6" background="aluminium6"/>
 
   <!-- Search Matching -->
-  <style name="search-match"                background="butter1"/>  
+  <style name="search-match"                background="butter1"/>
 
   <!-- Comments -->
   <style name="def:comment"                 foreground="skyblue3"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]