[evolution-groupwise] Whitespace cleanups.



commit 0d263993890812019b9243710998f5da9fd1c39e
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Jul 2 12:01:09 2011 -0400

    Whitespace cleanups.

 src/addressbook/e-book-backend-groupwise.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-groupwise.c b/src/addressbook/e-book-backend-groupwise.c
index 283b92b..bc12fd3 100644
--- a/src/addressbook/e-book-backend-groupwise.c
+++ b/src/addressbook/e-book-backend-groupwise.c
@@ -2614,14 +2614,14 @@ build_cache (EBookBackendGroupwise *ebgw)
 			contact = e_contact_new ();
 			fill_contact_from_gw_item (contact, E_GW_ITEM (l->data),
 						   ebgw->priv->categories_by_id);
-			
+
 			if (!e_contact_get_const (contact, E_CONTACT_UID)) {
 				g_object_unref (contact);
 				g_object_unref (l->data);
 				g_warning ("found a contact with null uid");
 				continue;
 			}
-				
+
 			e_contact_set (contact, E_CONTACT_BOOK_URI, priv->original_uri);
 			e_book_backend_db_cache_add_contact (ebgw->priv->file_db, contact);
 			e_book_backend_summary_add_contact (ebgw->priv->summary, contact);



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