[gtksourceview/wip/minimap] No need to add useless spaces to the final binary



commit 3280366dcfba590c58c9f1d63a51bc105701e072
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu May 7 14:40:24 2015 +0200

    No need to add useless spaces to the final binary

 gtksourceview/gtksourcemap.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtksourceview/gtksourcemap.c b/gtksourceview/gtksourcemap.c
index 5b11e95..21dc622 100644
--- a/gtksourceview/gtksourcemap.c
+++ b/gtksourceview/gtksourcemap.c
@@ -125,10 +125,10 @@ gtk_source_map_rebuild_css (GtkSourceMap *map)
                                gchar *css;
 
                                css = g_strdup_printf ("GtkSourceMap GtkEventBox {"
-                                                      "  background-color: %s;"
-                                                      "  opacity: 0.75;"
-                                                      "  border-top: 1px solid shade(%s,0.9);"
-                                                      "  border-bottom: 1px solid shade(%s,0.9);"
+                                                        "background-color: %s;"
+                                                        "opacity: 0.75;"
+                                                        "border-top: 1px solid shade(%s,0.9);"
+                                                        "border-bottom: 1px solid shade(%s,0.9);"
                                                       "}\n",
                                                       background,
                                                       background,


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