[evolution-groupwise] Whitespace cleanups.



commit 846e758458110bd186786f11cbd94ad796f1addf
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Jun 2 07:45:22 2012 -0400

    Whitespace cleanups.

 src/addressbook/e-book-backend-groupwise.c |    4 +-
 src/calendar/e-cal-backend-groupwise.c     |   40 ++++++++++++++--------------
 src/camel/camel-groupwise-folder.c         |    6 ++--
 src/camel/camel-groupwise-store.c          |    4 +--
 src/camel/camel-groupwise-summary.c        |    3 +-
 src/camel/camel-groupwise-transport.c      |    7 ++---
 src/camel/gwsend/camel-gwsend-transport.c  |    2 +-
 src/camel/imapx/camel-gwimap-settings.h    |    1 -
 src/camel/imapx/camel-gwimap-store.c       |    3 +-
 9 files changed, 33 insertions(+), 37 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-groupwise.c b/src/addressbook/e-book-backend-groupwise.c
index 78faa20..6b54581 100644
--- a/src/addressbook/e-book-backend-groupwise.c
+++ b/src/addressbook/e-book-backend-groupwise.c
@@ -2829,7 +2829,7 @@ update_cache (EBookBackendGroupwise *ebgw)
 		id =  e_contact_get_const (contact, E_CONTACT_UID);
 
 		contact_num++;
-		
+
 		status_msg = g_strdup_printf (_("Updating contacts cache (%d)... "),
 				contact_num);
 		e_book_backend_foreach_view (E_BOOK_BACKEND (ebgw), book_view_notify_status, status_msg);
@@ -3041,7 +3041,7 @@ update_address_book_deltas (EBookBackendGroupwise *ebgw)
 				id =  e_contact_get_const (contact, E_CONTACT_UID);
 
 				contact_num++;
-				
+
 				status_msg = g_strdup_printf (_("Updating contacts cache (%d)... "),
 								contact_num);
 				e_book_backend_foreach_view (E_BOOK_BACKEND (ebgw), book_view_notify_status, status_msg);
diff --git a/src/calendar/e-cal-backend-groupwise.c b/src/calendar/e-cal-backend-groupwise.c
index 066d2fc..a4e86d0 100644
--- a/src/calendar/e-cal-backend-groupwise.c
+++ b/src/calendar/e-cal-backend-groupwise.c
@@ -1814,12 +1814,12 @@ update_from_server (ECalBackendGroupwise *cbgw,
 
 static void
 e_cal_backend_groupwise_create_objects (ECalBackendSync *backend,
-					EDataCal *cal,
-					GCancellable *cancellable,
-					const GSList *calobjs,
-					GSList **uids,
-					GSList **new_components,
-					GError **error)
+                                        EDataCal *cal,
+                                        GCancellable *cancellable,
+                                        const GSList *calobjs,
+                                        GSList **uids,
+                                        GSList **new_components,
+                                        GError **error)
 {
 	ECalBackendGroupwise *cbgw;
 	ECalBackendGroupwisePrivate *priv;
@@ -1949,13 +1949,13 @@ get_retract_data (ECalComponent *comp,
 
 static void
 e_cal_backend_groupwise_modify_objects (ECalBackendSync *backend,
-					EDataCal *cal,
-					GCancellable *cancellable,
-					const GSList *calobjs,
-					CalObjModType mod,
-					GSList **old_components,
-					GSList **new_components,
-					GError **error)
+                                        EDataCal *cal,
+                                        GCancellable *cancellable,
+                                        const GSList *calobjs,
+                                        CalObjModType mod,
+                                        GSList **old_components,
+                                        GSList **new_components,
+                                        GError **error)
 {
 	ECalBackendGroupwise *cbgw;
 	ECalBackendGroupwisePrivate *priv;
@@ -2124,13 +2124,13 @@ get_gw_item_id (icalcomponent *icalcomp)
 /* Remove_object handler for the file backend */
 static void
 e_cal_backend_groupwise_remove_objects (ECalBackendSync *backend,
-					EDataCal *cal,
-					GCancellable *cancellable,
-					const GSList *ids,
-					CalObjModType mod,
-					GSList **old_components,
-					GSList **new_components,
-					GError **error)
+                                        EDataCal *cal,
+                                        GCancellable *cancellable,
+                                        const GSList *ids,
+                                        CalObjModType mod,
+                                        GSList **old_components,
+                                        GSList **new_components,
+                                        GError **error)
 {
 	ECalBackendGroupwise *cbgw;
 	ECalBackendGroupwisePrivate *priv;
diff --git a/src/camel/camel-groupwise-folder.c b/src/camel/camel-groupwise-folder.c
index 933c457..1c13a9e 100644
--- a/src/camel/camel-groupwise-folder.c
+++ b/src/camel/camel-groupwise-folder.c
@@ -406,7 +406,7 @@ groupwise_folder_rename (CamelFolder *folder,
 static GPtrArray *
 groupwise_folder_search_by_expression (CamelFolder *folder,
                                        const gchar *expression,
-				       GCancellable *cancellable,
+                                       GCancellable *cancellable,
                                        GError **error)
 {
 	CamelGroupwiseFolder *gw_folder = CAMEL_GROUPWISE_FOLDER (folder);
@@ -423,7 +423,7 @@ groupwise_folder_search_by_expression (CamelFolder *folder,
 static guint32
 groupwise_folder_count_by_expression (CamelFolder *folder,
                                       const gchar *expression,
-				      GCancellable *cancellable,
+                                      GCancellable *cancellable,
                                       GError **error)
 {
 	CamelGroupwiseFolder *gw_folder = CAMEL_GROUPWISE_FOLDER (folder);
@@ -441,7 +441,7 @@ static GPtrArray *
 groupwise_folder_search_by_uids (CamelFolder *folder,
                                  const gchar *expression,
                                  GPtrArray *uids,
-				 GCancellable *cancellable,
+                                 GCancellable *cancellable,
                                  GError **error)
 {
 	CamelGroupwiseFolder *gw_folder = CAMEL_GROUPWISE_FOLDER (folder);
diff --git a/src/camel/camel-groupwise-store.c b/src/camel/camel-groupwise-store.c
index d68dcd4..88e4684 100644
--- a/src/camel/camel-groupwise-store.c
+++ b/src/camel/camel-groupwise-store.c
@@ -74,7 +74,6 @@ CamelServiceAuthType camel_groupwise_password_authtype = {
 	TRUE
 };
 
-
 static GInitableIface *parent_initable_interface;
 
 static CamelFolderInfo *convert_to_folder_info (CamelGroupwiseStore *store, EGwContainer *container, GCancellable *cancellable, GError **error);
@@ -1530,11 +1529,10 @@ groupwise_store_initable_init (GInitable *initable,
 			transport, "settings",
 			G_BINDING_BIDIRECTIONAL |
 			G_BINDING_SYNC_CREATE);
-		
+
 		groupwise_store->priv->transport = g_object_ref (transport);
 	}
 
-
 	return (transport != NULL);
 }
 
diff --git a/src/camel/camel-groupwise-summary.c b/src/camel/camel-groupwise-summary.c
index 81ca3e8..dd0b61a 100644
--- a/src/camel/camel-groupwise-summary.c
+++ b/src/camel/camel-groupwise-summary.c
@@ -167,7 +167,8 @@ message_info_from_db (CamelFolderSummary *s,
 		iinfo->server_flags = bdata_extract_digit (&part);
 	}
 
-	return info;}
+	return info;
+}
 
 static CamelMIRecord *
 message_info_to_db (CamelFolderSummary *s,
diff --git a/src/camel/camel-groupwise-transport.c b/src/camel/camel-groupwise-transport.c
index c59c7b2..4be7b37 100644
--- a/src/camel/camel-groupwise-transport.c
+++ b/src/camel/camel-groupwise-transport.c
@@ -107,7 +107,7 @@ groupwise_send_to_sync (CamelTransport *transport,
 	GSList *sent_item_list = NULL;
 	gchar *reply_request = NULL;
 	EGwItemLinkInfo *info = NULL;
-	
+
 	priv = CAMEL_GROUPWISE_TRANSPORT_GET_PRIVATE (transport);
 
 	if (!priv->cnc) {
@@ -118,7 +118,6 @@ groupwise_send_to_sync (CamelTransport *transport,
 		return FALSE;
 	}
 
-
 	camel_operation_push_message (cancellable, _("Sending Message") );
 
 	cnc = priv->cnc;
@@ -205,8 +204,8 @@ camel_groupwise_transport_init (CamelGroupwiseTransport *transport)
 }
 
 void
-camel_groupwise_transport_set_connection	(CamelService *service,
-						 EGwConnection *cnc)
+camel_groupwise_transport_set_connection (CamelService *service,
+                                          EGwConnection *cnc)
 {
 	CamelGroupwiseTransport *transport = CAMEL_GROUPWISE_TRANSPORT (service);
 
diff --git a/src/camel/gwsend/camel-gwsend-transport.c b/src/camel/gwsend/camel-gwsend-transport.c
index 30a9228..ad515ce 100644
--- a/src/camel/gwsend/camel-gwsend-transport.c
+++ b/src/camel/gwsend/camel-gwsend-transport.c
@@ -176,7 +176,7 @@ gwsend_authenticate_sync (CamelService *service,
 
 	priv->cnc = e_gw_connection_new_with_error_handler (
 		uri, user, password, &errors);
-	
+
 	g_free (uri);
 
 	if (E_IS_GW_CONNECTION (priv->cnc)) {
diff --git a/src/camel/imapx/camel-gwimap-settings.h b/src/camel/imapx/camel-gwimap-settings.h
index 57dcbdc..cd2a479 100644
--- a/src/camel/imapx/camel-gwimap-settings.h
+++ b/src/camel/imapx/camel-gwimap-settings.h
@@ -58,7 +58,6 @@ struct _CamelGwImapSettingsClass {
 GType		camel_gwimap_settings_get_type
 					(void) G_GNUC_CONST;
 
-					
 const gchar *	camel_gwimap_settings_get_soap_port
 					(CamelGwImapSettings *settings);
 void		camel_gwimap_settings_set_soap_port
diff --git a/src/camel/imapx/camel-gwimap-store.c b/src/camel/imapx/camel-gwimap-store.c
index 82a33da..3e14672 100644
--- a/src/camel/imapx/camel-gwimap-store.c
+++ b/src/camel/imapx/camel-gwimap-store.c
@@ -32,7 +32,6 @@ G_DEFINE_TYPE (
 	camel_gwimap_store,
 	CAMEL_TYPE_IMAPX_STORE)
 
-
 static void
 camel_gwimap_store_class_init (CamelGwImapStoreClass *class)
 {
@@ -45,5 +44,5 @@ camel_gwimap_store_class_init (CamelGwImapStoreClass *class)
 static void
 camel_gwimap_store_init (CamelGwImapStore *gstore)
 {
-	
+
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]