diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-05-13 21:15:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-05-13 21:15:42 +0800 |
commit | 89777f0726a0127daddd593c8a28384204cb7aaf (patch) | |
tree | ecfafdadb6e7df01e185119689dfd8bddb748dde /mail/em-account-editor.c | |
parent | 26f133162d798a342fea56a79301caf0117b7d63 (diff) | |
download | gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.gz gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.zst gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.zip |
Whitespace cleanups.
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r-- | mail/em-account-editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index aedabdd3f5..92c40f7bdb 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -2282,8 +2282,8 @@ emae_setup_settings (EMAccountEditorService *service) network_settings = CAMEL_NETWORK_SETTINGS (settings); /* remember port number as set before binding properties, - because changes in auth-mechanism combo can reset the port, - thus effectively lost it, when set to other known value */ + * because changes in auth-mechanism combo can reset the port, + * thus effectively lost it, when set to other known value */ port = camel_network_settings_get_port (network_settings); /* Even if the service does not need to authenticate, we |