aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-09-01 19:39:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-09-03 01:37:31 +0800
commitcccdb143a571cde36db9fe906864647aab546cff (patch)
tree0145330899b7ccd21c13f5c0c44c6f1dc76f637e
parent845f47b501183fb20def6b00684c069bf849774e (diff)
downloadgsoc2013-evolution-cccdb143a571cde36db9fe906864647aab546cff.tar
gsoc2013-evolution-cccdb143a571cde36db9fe906864647aab546cff.tar.gz
gsoc2013-evolution-cccdb143a571cde36db9fe906864647aab546cff.tar.bz2
gsoc2013-evolution-cccdb143a571cde36db9fe906864647aab546cff.tar.lz
gsoc2013-evolution-cccdb143a571cde36db9fe906864647aab546cff.tar.xz
gsoc2013-evolution-cccdb143a571cde36db9fe906864647aab546cff.tar.zst
gsoc2013-evolution-cccdb143a571cde36db9fe906864647aab546cff.zip
Minor whitespace cleanup.
-rw-r--r--e-util/e-util.c10
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));