[gtksourceview/wip/minimap] No need to add useless spaces to the final binary
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/minimap] No need to add useless spaces to the final binary
- Date: Thu, 7 May 2015 13:16:54 +0000 (UTC)
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]