diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-29 01:06:29 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-29 01:13:05 +0800 |
commit | 6413227cef16fcee96670ccb56ece9e1cc3293c5 (patch) | |
tree | 0ae5ede7ec34c09ef959f01c27f440f2285e5e49 /plugins/groupwise-features/proxy-login.c | |
parent | fad4af8a3d4c6f50f7bcceca8d545eb17d6fd056 (diff) | |
download | gsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.tar.gz gsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.tar.zst gsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.zip |
Whitespace cleanup.
Diffstat (limited to 'plugins/groupwise-features/proxy-login.c')
-rw-r--r-- | plugins/groupwise-features/proxy-login.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/groupwise-features/proxy-login.c b/plugins/groupwise-features/proxy-login.c index 29c6545f01..8c8013f6fe 100644 --- a/plugins/groupwise-features/proxy-login.c +++ b/plugins/groupwise-features/proxy-login.c @@ -154,7 +154,7 @@ proxy_login_get_type (void) sizeof (proxyLogin), 0, /* n_preallocs */ (GInstanceInitFunc) proxy_login_init, - NULL /* instance_init */ + NULL /* instance_init */ }; type = g_type_register_static (G_TYPE_OBJECT, "proxyLoginType", @@ -291,7 +291,7 @@ proxy_login_cb (GtkDialog *dialog, gint state) g_object_unref (pld); break; case GTK_RESPONSE_CANCEL: - gtk_widget_destroy (priv->main); + gtk_widget_destroy (priv->main); g_object_unref (pld); break; case GTK_RESPONSE_HELP: @@ -435,7 +435,7 @@ proxy_login_setup_tree_view (void) static void proxy_login_update_tree (void) { - GtkTreeIter iter; + GtkTreeIter iter; gint i,n; GdkPixbuf *broken_image = NULL; GList *proxy_list = NULL; |