aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-06-02 19:55:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-02 19:55:43 +0800
commitf62371c4d736e1181fbbe0a8b8b05acbc0f7edca (patch)
tree7c1037559e5727401c3dc78eda14fedd871bfe04 /mail/em-account-editor.c
parent4f636a34c4d8b0e1cce81f1455c197f0f28f9bb6 (diff)
downloadgsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.tar
gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.tar.gz
gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.tar.bz2
gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.tar.lz
gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.tar.xz
gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.tar.zst
gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.zip
Whitespace cleanups.
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r--mail/em-account-editor.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 3c85daf983..8919c0cef4 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -5407,7 +5407,7 @@ setup_google_addressbook (EMAccountEditor *emae)
static void
setup_google_calendar (EMAccountEditor *emae,
- EClientSourceType source_type)
+ EClientSourceType source_type)
{
ESourceList *slist = NULL;
ESourceGroup *sgrp;
@@ -5484,7 +5484,7 @@ setup_google_calendar (EMAccountEditor *emae,
static void
setup_yahoo_calendar (EMAccountEditor *emae,
- EClientSourceType source_type)
+ EClientSourceType source_type)
{
ESourceList *slist = NULL;
ESourceGroup *sgrp;
@@ -5567,7 +5567,7 @@ copy_param (GQuark key_id,
static void
copy_original_url_parameters (CamelURL *copy_to_url,
- const gchar *copy_from)
+ const gchar *copy_from)
{
CamelURL *url;
@@ -5650,8 +5650,8 @@ emae_commit (EConfig *ec,
camel_url_set_protocol (url, protocol);
/* the CamelSaslXOAUTH stores its data into parameters
- unknown to settings, thus copy these first and overwrite
- those known during save */
+ * unknown to settings, thus copy these first and overwrite
+ * those known during save */
copy_original_url_parameters (url, modified_account->source->url);
if (settings != NULL)
@@ -5676,8 +5676,8 @@ emae_commit (EConfig *ec,
camel_url_set_protocol (url, protocol);
/* the CamelSaslXOAUTH stores its data into parameters
- unknown to settings, thus copy these first and overwrite
- those known during save */
+ * unknown to settings, thus copy these first and overwrite
+ * those known during save */
copy_original_url_parameters (url, modified_account->transport->url);
if (settings != NULL)