[gtksourceview/wip/minimap] fix indentation indent vs align
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/minimap] fix indentation indent vs align
- Date: Thu, 7 May 2015 13:17:09 +0000 (UTC)
commit f7e96b8a52195a075c721d26a27539ee67f204be
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu May 7 14:42:45 2015 +0200
fix indentation indent vs align
gtksourceview/gtksourcemap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/gtksourcemap.c b/gtksourceview/gtksourcemap.c
index 7afaef5..282a2ad 100644
--- a/gtksourceview/gtksourcemap.c
+++ b/gtksourceview/gtksourcemap.c
@@ -125,8 +125,8 @@ gtk_source_map_rebuild_css (GtkSourceMap *map)
"border-bottom: 1px solid shade(%s,0.9);"
"}\n",
background,
- background,
- background);
+ background,
+ background);
gtk_css_provider_load_from_data (priv->box_css_provider, css, -1, NULL);
g_free (css);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]