From cccdb143a571cde36db9fe906864647aab546cff Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 1 Sep 2010 07:39:00 -0400 Subject: Minor whitespace cleanup. --- e-util/e-util.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'e-util') diff --git a/e-util/e-util.c b/e-util/e-util.c index 94fa715b44..c5360f94a1 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -360,11 +360,11 @@ e_action_group_remove_all_actions (GtkActionGroup *action_group) GList *list, *iter; /* XXX I've proposed this function for inclusion in GTK+. - * GtkActionGroup stores actions in an internal hash - * table and can do this more efficiently by calling - * g_hash_table_remove_all(). - * - * http://bugzilla.gnome.org/show_bug.cgi?id=550485 */ + * GtkActionGroup stores actions in an internal hash + * table and can do this more efficiently by calling + * g_hash_table_remove_all(). + * + * http://bugzilla.gnome.org/show_bug.cgi?id=550485 */ g_return_if_fail (GTK_IS_ACTION_GROUP (action_group)); -- cgit v1.2.3