[evolution] Whitespace cleanups.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Whitespace cleanups.
- Date: Sat, 2 Jun 2012 11:55:55 +0000 (UTC)
commit f62371c4d736e1181fbbe0a8b8b05acbc0f7edca
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Jun 2 07:55:43 2012 -0400
Whitespace cleanups.
mail/e-mail-reader.c | 6 +++---
mail/em-account-editor.c | 14 +++++++-------
mail/em-folder-tree.c | 2 +-
mail/mail-guess-servers.c | 2 +-
mail/message-list.c | 2 +-
widgets/misc/e-calendar-item.c | 2 +-
widgets/misc/e-calendar.c | 4 ++--
7 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index a5a66e3..7fb29ac 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 3c85daf..8919c0c 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 45d83d4..823ab37 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 574e43f..21f1868 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 94957c0..850ef07 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 d6fe7c5..173aad8 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 c5c6283..a03c855 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]