[gnumeric] whitespace



commit 53679506dcc686fe37efd014b06fd530f69d3d23
Author: Morten Welinder <terra gnome org>
Date:   Mon Jun 27 10:54:35 2011 -0400

    whitespace

 src/wbc-gtk.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/wbc-gtk.c b/src/wbc-gtk.c
index d31ffbf..07e73b4 100644
--- a/src/wbc-gtk.c
+++ b/src/wbc-gtk.c
@@ -165,10 +165,10 @@ wbc_gtk_set_action_label (WBCGtk const *wbcg,
 #endif
 
 		text = is_suffix ? g_strdup_printf ("%s: %s", prefix, suffix) : (char *) prefix;
-			g_object_set (G_OBJECT (a),
-				      "label",	   text,
-				      "sensitive", is_suffix,
-				      NULL);
+		g_object_set (G_OBJECT (a),
+			      "label",	   text,
+			      "sensitive", is_suffix,
+			      NULL);
 		if (is_suffix)
 			g_free (text);
 	} else



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