[goffice] Whitespace



commit df5626bf20fb0deb27898d0443108762c1c5e360
Author: Morten Welinder <terra gnome org>
Date:   Sat Mar 30 21:42:09 2013 -0400

    Whitespace

 goffice/gtk/go-action-combo-color.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/goffice/gtk/go-action-combo-color.c b/goffice/gtk/go-action-combo-color.c
index 78801b8..390ef39 100644
--- a/goffice/gtk/go-action-combo-color.c
+++ b/goffice/gtk/go-action-combo-color.c
@@ -256,10 +256,11 @@ go_action_combo_color_new (char const  *action_name,
                           GOColor      default_color,
                           gpointer     group_key)
 {
-       GOActionComboColor *res = g_object_new (go_action_combo_color_get_type (),
-                                          "name", action_name,
-                                          "stock-id", stock_id,
-                                          NULL);
+       GOActionComboColor *res =
+               g_object_new (go_action_combo_color_get_type (),
+                             "name", action_name,
+                             "stock-id", stock_id,
+                             NULL);
        res->color_group = go_color_group_fetch (action_name, group_key);
        res->default_val_label = g_strdup (default_color_label);
        res->current_color = res->default_val = default_color;


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