aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-account-store.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-05-13 21:15:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-05-13 21:15:42 +0800
commit89777f0726a0127daddd593c8a28384204cb7aaf (patch)
treeecfafdadb6e7df01e185119689dfd8bddb748dde /mail/e-mail-account-store.c
parent26f133162d798a342fea56a79301caf0117b7d63 (diff)
downloadgsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.gz
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.bz2
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.lz
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.xz
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.zst
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.zip
Whitespace cleanups.
Diffstat (limited to 'mail/e-mail-account-store.c')
-rw-r--r--mail/e-mail-account-store.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/e-mail-account-store.c b/mail/e-mail-account-store.c
index 0f505bc24b..3a4e85e166 100644
--- a/mail/e-mail-account-store.c
+++ b/mail/e-mail-account-store.c
@@ -623,8 +623,8 @@ mail_account_store_services_reordered (EMailAccountStore *store,
GError *error = NULL;
/* do not save order list if there are only two services - they
- should be 'local' and 'vfolder' at start, and these may not rewrite
- stored account order with other accounts
+ * should be 'local' and 'vfolder' at start, and these may not rewrite
+ * stored account order with other accounts
*/
model = GTK_TREE_MODEL (store);
if (!default_restored &&
@@ -1181,7 +1181,7 @@ e_mail_account_store_remove_service (EMailAccountStore *store,
gboolean
e_mail_account_store_has_service (EMailAccountStore *store,
- CamelService *service)
+ CamelService *service)
{
GtkTreeIter iter;
@@ -1313,8 +1313,8 @@ e_mail_account_store_queue_enabled_services (EMailAccountStore *store,
static gboolean
mail_account_store_load_sort_order_queue (EMailAccountStore *store,
- GQueue *service_queue,
- GError **error)
+ GQueue *service_queue,
+ GError **error)
{
EMailSession *session;
GKeyFile *key_file;
@@ -1362,7 +1362,7 @@ mail_account_store_load_sort_order_queue (EMailAccountStore *store,
void
e_mail_account_store_reorder_services (EMailAccountStore *store,
- gboolean use_default_order)
+ gboolean use_default_order)
{
GQueue *current_order = NULL;
GQueue *default_order = NULL;