diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
commit | 0274669179600ac77475eed9870d2eab52c2cf14 (patch) | |
tree | 80f228649b670efac7f76ba5c0da5ed22a3a05c9 /plugins/google-account-setup | |
parent | adb63f0f2156554a21dbfd8daba447001985e967 (diff) | |
download | gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip |
Fix excessive whitespace.
Diffstat (limited to 'plugins/google-account-setup')
-rw-r--r-- | plugins/google-account-setup/google-contacts-source.c | 1 | ||||
-rw-r--r-- | plugins/google-account-setup/google-source.c | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/plugins/google-account-setup/google-contacts-source.c b/plugins/google-account-setup/google-contacts-source.c index 2253d8a7a0..43f4f14c3f 100644 --- a/plugins/google-account-setup/google-contacts-source.c +++ b/plugins/google-account-setup/google-contacts-source.c @@ -360,4 +360,3 @@ plugin_google_contacts (EPlugin *epl, return NULL; } - diff --git a/plugins/google-account-setup/google-source.c b/plugins/google-account-setup/google-source.c index 45d21ba762..e0655ce6aa 100644 --- a/plugins/google-account-setup/google-source.c +++ b/plugins/google-account-setup/google-source.c @@ -66,8 +66,6 @@ GtkWidget * plugin_google (EPlugin *epl, /*****************************************************************************/ /* plugin intialization */ - - static void ensure_google_source_group (void) { @@ -97,7 +95,6 @@ e_plugin_lib_enable (EPluginLib *ep, gint enable) return 0; } - /********************************************************************************************************************/ static gboolean @@ -655,7 +652,6 @@ plugin_google (EPlugin *epl, row + 2, row + 3, GTK_EXPAND | GTK_FILL, 0, 0, 0); - hbox = gtk_hbox_new (FALSE, 6); gtk_widget_show (hbox); |