From cd53ba990035bdb4861d9660917d457533d4ecb2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 11 Sep 2010 14:56:28 -0400 Subject: Coding style cleanups. --- plugins/bogo-junk-plugin/bf-junk-filter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/bogo-junk-plugin/bf-junk-filter.c') diff --git a/plugins/bogo-junk-plugin/bf-junk-filter.c b/plugins/bogo-junk-plugin/bf-junk-filter.c index 2bd72f96cd..c335f6d46f 100644 --- a/plugins/bogo-junk-plugin/bf-junk-filter.c +++ b/plugins/bogo-junk-plugin/bf-junk-filter.c @@ -205,7 +205,7 @@ retry: if (!only_once) { /* Create wordlist.db */ only_once = TRUE; - init_db(); + init_db (); goto retry; } @@ -350,7 +350,7 @@ e_plugin_lib_enable (EPlugin *ep, gint enable) return 0; first = FALSE; - gconf = gconf_client_get_default(); + gconf = gconf_client_get_default (); gconf_client_add_dir (gconf, em_junk_bf_gconf_dir, @@ -375,7 +375,7 @@ convert_unicode_cb (GtkWidget *widget, gpointer data) { gboolean active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (widget)); - GConfClient *gconf = gconf_client_get_default(); + GConfClient *gconf = gconf_client_get_default (); gconf_client_set_bool (gconf, data, active, NULL); -- cgit v1.2.3