diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-09-01 19:39:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-09-03 01:37:31 +0800 |
commit | cccdb143a571cde36db9fe906864647aab546cff (patch) | |
tree | 0145330899b7ccd21c13f5c0c44c6f1dc76f637e /e-util | |
parent | 845f47b501183fb20def6b00684c069bf849774e (diff) | |
download | gsoc2013-evolution-cccdb143a571cde36db9fe906864647aab546cff.tar.gz gsoc2013-evolution-cccdb143a571cde36db9fe906864647aab546cff.tar.zst gsoc2013-evolution-cccdb143a571cde36db9fe906864647aab546cff.zip |
Minor whitespace cleanup.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-util.c | 10 |
1 files changed, 5 insertions, 5 deletions
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)); |