[evolution-data-server] Coding style and whitespace cleanup.



commit 0661021513002035272ef19e47febe13b1db5928
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Jan 29 10:13:35 2011 -0500

    Coding style and whitespace cleanup.

 .../backends/google/e-book-backend-google.c        |   10 +++++-----
 camel/camel-folder-summary.c                       |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/addressbook/backends/google/e-book-backend-google.c b/addressbook/backends/google/e-book-backend-google.c
index a69fd36..76c1684 100644
--- a/addressbook/backends/google/e-book-backend-google.c
+++ b/addressbook/backends/google/e-book-backend-google.c
@@ -588,8 +588,8 @@ get_new_contacts (EBookBackend *backend)
 	/* Query for new contacts asynchronously */
 	cancellable = start_operation (backend, 0, _("Querying for updated contactsâ?¦"));
 	gdata_contacts_service_query_contacts_async (GDATA_CONTACTS_SERVICE (priv->service), query, cancellable,
-	                                             (GDataQueryProgressCallback) (last_updated ? process_subsequent_entry : process_initial_entry),
-	                                             backend, (GAsyncReadyCallback) get_new_contacts_cb, backend);
+						     (GDataQueryProgressCallback) (last_updated ? process_subsequent_entry : process_initial_entry),
+						     backend, (GAsyncReadyCallback) get_new_contacts_cb, backend);
 
 	g_object_unref (cancellable);
 	g_object_unref (query);
@@ -706,7 +706,7 @@ get_groups (EBookBackend *backend)
 	/* Run the query asynchronously */
 	cancellable = start_operation (backend, 1, _("Querying for updated groupsâ?¦"));
 	gdata_contacts_service_query_groups_async (GDATA_CONTACTS_SERVICE (priv->service), query, cancellable,
-	                                           (GDataQueryProgressCallback) process_group, backend, (GAsyncReadyCallback) get_groups_cb, backend);
+						   (GDataQueryProgressCallback) process_group, backend, (GAsyncReadyCallback) get_groups_cb, backend);
 
 	g_object_unref (cancellable);
 	g_object_unref (query);
@@ -726,7 +726,7 @@ create_group (EBookBackend *backend, const gchar *category_name, GError **error)
 
 	/* Insert the new group */
 	new_group = GDATA_ENTRY (gdata_contacts_service_insert_group (GDATA_CONTACTS_SERVICE (priv->service), GDATA_CONTACTS_GROUP (group),
-	                                                              NULL, error));
+								      NULL, error));
 	g_object_unref (group);
 
 	if (new_group == NULL)
@@ -890,7 +890,7 @@ e_book_backend_google_create_contact (EBookBackend *backend, EDataBook *book, gu
 
 	cancellable = start_operation (backend, opid, _("Creating new contactâ?¦"));
 	gdata_contacts_service_insert_contact_async (GDATA_CONTACTS_SERVICE (priv->service), GDATA_CONTACTS_CONTACT (entry), cancellable,
-	                                             (GAsyncReadyCallback) create_contact_cb, data);
+						     (GAsyncReadyCallback) create_contact_cb, data);
 	g_object_unref (cancellable);
 	g_object_unref (entry);
 }
diff --git a/camel/camel-folder-summary.c b/camel/camel-folder-summary.c
index 22f5476..539e0a3 100644
--- a/camel/camel-folder-summary.c
+++ b/camel/camel-folder-summary.c
@@ -4958,4 +4958,4 @@ bdata_extract_string (/* const */ gchar **part)
 
 	return val;
 }
-	
\ No newline at end of file
+



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