aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/e-mail-reader.c6
-rw-r--r--mail/em-account-editor.c14
-rw-r--r--mail/em-folder-tree.c2
-rw-r--r--mail/mail-guess-servers.c2
-rw-r--r--mail/message-list.c2
-rw-r--r--widgets/misc/e-calendar-item.c2
-rw-r--r--widgets/misc/e-calendar.c4
7 files changed, 16 insertions, 16 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index a5a66e3e87..7fb29acf40 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -1718,8 +1718,8 @@ struct _source_retrieval_closure {
static void
mail_source_retrieved (GObject *object,
- GAsyncResult *result,
- gpointer user_data)
+ GAsyncResult *result,
+ gpointer user_data)
{
CamelMimeMessage *message;
EMailDisplay *display;
@@ -3060,7 +3060,7 @@ mail_reader_set_folder (EMailReader *reader,
priv->folder_was_just_selected = (folder != NULL);
/* this is to make sure any post-poned changes in Search Folders
- will be propagated on folder selection */
+ * will be propagated on folder selection */
if (folder && CAMEL_IS_VEE_FOLDER (folder))
mail_sync_folder (folder, NULL, NULL);
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)
diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c
index 45d83d4568..823ab379ae 100644
--- a/mail/em-folder-tree.c
+++ b/mail/em-folder-tree.c
@@ -816,7 +816,7 @@ folder_tree_render_icon (GtkTreeViewColumn *column,
COL_UINT_UNREAD_LAST_SEL, &old_unread,
COL_UINT_UNREAD, &unread,
COL_BOOL_IS_DRAFT, &is_drafts,
- COL_UINT_FLAGS, &fi_flags,
+ COL_UINT_FLAGS, &fi_flags,
-1);
if (icon_name == NULL)
diff --git a/mail/mail-guess-servers.c b/mail/mail-guess-servers.c
index 574e43f508..21f1868bc2 100644
--- a/mail/mail-guess-servers.c
+++ b/mail/mail-guess-servers.c
@@ -298,7 +298,7 @@ guess_when_online (EmailProvider *provider)
static gboolean
offline_file_includes_domain (const gchar *filename,
- const gchar *domain)
+ const gchar *domain)
{
gboolean res = FALSE;
gchar *content = NULL;
diff --git a/mail/message-list.c b/mail/message-list.c
index 94957c0399..850ef07037 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -4532,7 +4532,7 @@ free_message_info_data (gpointer uid,
static void
ml_sort_uids_by_tree (MessageList *ml,
GPtrArray *uids,
- GCancellable *cancellable)
+ GCancellable *cancellable)
{
ETreeTableAdapter *adapter;
ETableSortInfo *sort_info;
diff --git a/widgets/misc/e-calendar-item.c b/widgets/misc/e-calendar-item.c
index d6fe7c55c1..173aad8174 100644
--- a/widgets/misc/e-calendar-item.c
+++ b/widgets/misc/e-calendar-item.c
@@ -2131,7 +2131,7 @@ e_calendar_item_recalc_sizes (ECalendarItem *calitem)
tmp_tm.tm_year = 2000 - 100;
tmp_tm.tm_mday = 1;
tmp_tm.tm_isdst = -1;
- for (tmp_tm.tm_mon = 0; tmp_tm.tm_mon < 12 ; tmp_tm.tm_mon++) {
+ for (tmp_tm.tm_mon = 0; tmp_tm.tm_mon < 12; tmp_tm.tm_mon++) {
mktime (&tmp_tm);
e_utf8_strftime (buffer, sizeof (buffer), C_("CalItem", "%B"), &tmp_tm);
diff --git a/widgets/misc/e-calendar.c b/widgets/misc/e-calendar.c
index c5c6283f81..a03c855971 100644
--- a/widgets/misc/e-calendar.c
+++ b/widgets/misc/e-calendar.c
@@ -574,8 +574,8 @@ e_calendar_start_auto_move (ECalendar *cal,
}
static void
-e_calendar_start_auto_move_year (ECalendar *cal,
- gboolean moving_forward)
+e_calendar_start_auto_move_year (ECalendar *cal,
+ gboolean moving_forward)
{
if (cal->timeout_id == 0) {
cal->timeout_id = g_timeout_add (E_CALENDAR_AUTO_MOVE_TIMEOUT,