[evolution-exchange] Fix excessive whitespace.



commit c68b5565e1e3eb6bacb484e9c852d6a289fac38d
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Jul 12 23:27:01 2009 -0400

    Fix excessive whitespace.

 addressbook/e-book-backend-db-cache.h      |    3 ---
 addressbook/e-book-backend-exchange.c      |    6 ------
 addressbook/e-book-backend-gal.c           |   11 -----------
 calendar/e-cal-backend-exchange-calendar.c |    7 -------
 calendar/e-cal-backend-exchange-tasks.c    |    2 --
 calendar/e-cal-backend-exchange.c          |    3 ---
 calendar/e-cal-backend-exchange.h          |    1 -
 calendar/e2k-cal-query.h                   |    1 -
 camel/camel-exchange-folder.c              |    2 --
 camel/camel-exchange-folder.h              |    5 -----
 camel/camel-exchange-journal.c             |    7 -------
 camel/camel-exchange-journal.h             |    2 --
 camel/camel-exchange-search.c              |    2 --
 camel/camel-exchange-store.c               |    3 ---
 camel/camel-exchange-store.h               |    3 ---
 camel/camel-exchange-summary.c             |    1 -
 camel/camel-exchange-summary.h             |    1 -
 camel/camel-exchange-transport.c           |    2 --
 camel/camel-exchange-transport.h           |    5 -----
 camel/camel-stub-marshal.c                 |    3 ---
 camel/camel-stub-marshal.h                 |    1 -
 camel/camel-stub.c                         |    3 ---
 camel/camel-stub.h                         |    5 -----
 mail/mail-stub-exchange.c                  |    6 ------
 mail/mail-stub-listener.c                  |    1 -
 mail/mail-stub.c                           |    4 ----
 mail/mail-utils.c                          |    1 -
 storage/exchange-autoconfig-wizard.c       |    4 ----
 storage/exchange-config-listener.c         |    3 ---
 storage/exchange-storage.c                 |    1 -
 30 files changed, 0 insertions(+), 99 deletions(-)
---
diff --git a/addressbook/e-book-backend-db-cache.h b/addressbook/e-book-backend-db-cache.h
index 6b98a47..b108f11 100644
--- a/addressbook/e-book-backend-db-cache.h
+++ b/addressbook/e-book-backend-db-cache.h
@@ -42,9 +42,6 @@ void     e_book_backend_db_cache_set_populated (DB *db);
 gboolean e_book_backend_db_cache_is_populated (DB *db);
 GPtrArray* e_book_backend_db_cache_search (DB *db, const gchar *query);
 
-
-
-
 G_END_DECLS
 
 #endif
diff --git a/addressbook/e-book-backend-exchange.c b/addressbook/e-book-backend-exchange.c
index f43ecfd..239a991 100644
--- a/addressbook/e-book-backend-exchange.c
+++ b/addressbook/e-book-backend-exchange.c
@@ -966,7 +966,6 @@ populate_categories (EContactField field, EContact *new_contact, gpointer data)
 					      (gchar *)categories_list->pdata[i]);
 	}
 
-
 	e_contact_set (new_contact, E_CONTACT_CATEGORY_LIST, updated_list);
 
 }
@@ -2193,7 +2192,6 @@ subscription_notify (E2kContext *ctx, const gchar *uri,
 	g_object_unref (be);
 }
 
-
 static EBookBackendSyncStatus
 e_book_backend_exchange_get_contact_list (EBookBackendSync  *backend,
 					  EDataBook         *book,
@@ -2210,7 +2208,6 @@ e_book_backend_exchange_get_contact_list (EBookBackendSync  *backend,
 	gchar *vcard;
 	GList *vcard_list = NULL, *temp, *offline_contacts;
 
-
 	d(printf("ebbe_get_contact_list(%p, %p, %s)\n", backend, book, query));
 
 	switch (bepriv->mode) {
@@ -2616,7 +2613,6 @@ e_book_backend_exchange_get_contact (EBookBackendSync  *backend,
 	return GNOME_Evolution_Addressbook_OtherError;
 }
 
-
 static void
 e_book_backend_exchange_authenticate_user (EBookBackend *backend,
 					   EDataBook        *book,
@@ -2725,7 +2721,6 @@ e_book_backend_exchange_get_required_fields (EBookBackendSync *backend,
 	*fields_out = fields;
 	return GNOME_Evolution_Addressbook_Success;
 
-
 }
 
 static GNOME_Evolution_Addressbook_CallStatus
@@ -2929,7 +2924,6 @@ e_book_backend_exchange_dispose (GObject *object)
 		if (be->priv->cache_lock)
 			g_mutex_free (be->priv->cache_lock);
 
-
 		g_free (be->priv);
 		be->priv = NULL;
 	}
diff --git a/addressbook/e-book-backend-gal.c b/addressbook/e-book-backend-gal.c
index 2b268a5..172bb14 100644
--- a/addressbook/e-book-backend-gal.c
+++ b/addressbook/e-book-backend-gal.c
@@ -168,7 +168,6 @@ struct prop_info {
 #define STRING_PROP(fid,a) {fid, a, PROP_TYPE_STRING}
 #define GROUP_PROP(fid,a,ctor) {fid, a, PROP_TYPE_GROUP, ctor}
 
-
 	/* name fields */
 	STRING_PROP   (E_CONTACT_FULL_NAME,   "displayName" ),
 	STRING_PROP   (E_CONTACT_GIVEN_NAME,  "givenName" ),
@@ -763,7 +762,6 @@ contact_list_dtor (LDAPOp *op)
 	g_free (contact_list_op);
 }
 
-
 static void
 get_contact_list (EBookBackend *backend,
 		  EDataBook    *book,
@@ -878,7 +876,6 @@ get_contact_list (EBookBackend *backend,
 	}
 }
 
-
 #define IS_RFC2254_CHAR(c) ((c) == '*' || (c) =='\\' || (c) == '(' || (c) == ')' || (c) == '\0')
 static gchar *
 rfc2254_escape(gchar *str)
@@ -1016,7 +1013,6 @@ query_prop_to_ldap (const gchar *query_prop)
 	return NULL;
 }
 
-
 static ESExpResult *
 func_contains(ESExp *f, gint argc, ESExpResult **argv, gpointer data)
 {
@@ -1369,7 +1365,6 @@ last_mod_time_populate (EContact *contact, gchar **values,
 	g_free (time_str);
 }
 
-
 typedef struct {
 	LDAPOp op;
 	EDataBookView *view;
@@ -1735,7 +1730,6 @@ get_contacts_from_cache (EBookBackendGAL *ebg,
 	for (i = 0; i < ids->len; i ++) {
 		gchar *uid = g_ptr_array_index (ids, i);
 
-
 		EContact *contact =
 			e_book_backend_db_cache_get_contact (ebg->priv->file_db, uid);
 		if (contact) {
@@ -1822,7 +1816,6 @@ start_book_view (EBookBackend  *backend,
 				return;
 			}
 
-
 			contacts = e_book_backend_db_cache_get_contacts (bl->priv->file_db,
 									 e_data_book_view_get_card_query (view));
 			for (l = contacts; l;l = g_list_next (l)) {
@@ -2230,7 +2223,6 @@ generate_cache (EBookBackendGAL *book_backend_gal, const gchar * changed_filter)
 	build_query (book_backend_gal,
 		     "(beginswith \"file_as\" \"\")", changed_filter, &ldap_query);
 
-
 getNextPage:
 
 	/*start iteration*/
@@ -2265,7 +2257,6 @@ getNextPage:
 
 	rc = dosearch (book_backend_gal, LDAP_ROOT_DSE, LDAP_SCOPE_SUBTREE, NULL, ldap_query, NULL, 0, NULL, NULL, NULL, changed_filter, -1);
 
-
 	/* loop to get the next set of entries */
 
 	if ( (pageSize !=0 ) && (morePagedResults != 0)) {
@@ -2408,7 +2399,6 @@ authenticate_user (EBookBackend *backend,
 		break;
 	}
 
-
 	/* We should not be here */
 	e_data_book_respond_authenticate_user (book,
 					       opid,
@@ -2834,7 +2824,6 @@ dispose (GObject *object)
 		if (bl->priv->ldap_lock)
 			g_mutex_free (bl->priv->ldap_lock);
 
-
 		g_free (bl->priv->gal_uri);
 		g_free (bl->priv);
 		bl->priv = NULL;
diff --git a/calendar/e-cal-backend-exchange-calendar.c b/calendar/e-cal-backend-exchange-calendar.c
index a783939..9b8c2db 100644
--- a/calendar/e-cal-backend-exchange-calendar.c
+++ b/calendar/e-cal-backend-exchange-calendar.c
@@ -66,8 +66,6 @@ static gboolean check_owner_partstatus_for_declined (ECalBackendSync *backend,
 gboolean check_for_send_options (icalcomponent *icalcomp, E2kProperties *props);
 static void update_x_properties (ECalBackendExchange *cbex, ECalComponent *comp);
 
-
-
 static void
 add_timezones_from_comp (ECalBackendExchange *cbex, icalcomponent *icalcomp)
 {
@@ -577,8 +575,6 @@ open_calendar (ECalBackendSync *backend, EDataCal *cal,
 	GError *error = NULL;
 	ECalBackendExchangeCalendar *cbexc = E_CAL_BACKEND_EXCHANGE_CALENDAR (backend);
 
-
-
 	/* Do the generic part */
 	status = E_CAL_BACKEND_SYNC_CLASS (parent_class)->open_sync (
 		backend, cal, only_if_exists, username, password);
@@ -1346,7 +1342,6 @@ modify_object_with_href (ECalBackendSync *backend, EDataCal *cal,
 	if (!remove && mod == CALOBJ_MOD_ALL)
 		icalcomponent_add_component (cbdata->vcal_comp, real_icalcomp);
 
-
 	/* We need to add all the instances to the VCalendar component while sending to
 	   the server, so that we don't lose any detached instances */
 	if (ecomp->icomp && mod == CALOBJ_MOD_THIS) {
@@ -1602,7 +1597,6 @@ receive_objects (ECalBackendSync *backend, EDataCal *cal,
                 return GNOME_Evolution_Calendar_InvalidObject;
         }
 
-
 	status = e_cal_backend_exchange_extract_components (calobj, &method, &comps);
 	if (status != GNOME_Evolution_Calendar_Success)
 		return GNOME_Evolution_Calendar_InvalidObject;
@@ -1762,7 +1756,6 @@ typedef enum {
 	E_CAL_BACKEND_EXCHANGE_BOOKING_ERROR
 } ECalBackendExchangeBookingResult;
 
-
 /* start_time and end_time are in e2k_timestamp format. */
 static ECalBackendExchangeBookingResult
 book_resource (ECalBackendExchange *cbex,
diff --git a/calendar/e-cal-backend-exchange-tasks.c b/calendar/e-cal-backend-exchange-tasks.c
index c2f44b6..5adcf41 100644
--- a/calendar/e-cal-backend-exchange-tasks.c
+++ b/calendar/e-cal-backend-exchange-tasks.c
@@ -216,7 +216,6 @@ convert_to_utc (ECalComponentDateTime *dt)
 	return calcomponentdatetime_to_string (dt, utc_zone);
 }
 
-
 static void
 set_dtstart (E2kProperties *props, ECalComponent *comp)
 {
@@ -1021,7 +1020,6 @@ open_task (ECalBackendSync *backend, EDataCal *cal,
 		return GNOME_Evolution_Calendar_OtherError;
 	}
 
-
 	return GNOME_Evolution_Calendar_Success;
 }
 
diff --git a/calendar/e-cal-backend-exchange.c b/calendar/e-cal-backend-exchange.c
index 6aea2da..8334b50 100644
--- a/calendar/e-cal-backend-exchange.c
+++ b/calendar/e-cal-backend-exchange.c
@@ -1426,7 +1426,6 @@ set_mode (ECalBackend *backend, CalMode mode)
 			cal_mode_to_corba (mode));
 	}
 
-
 	g_mutex_lock (priv->set_lock);
 	if ((priv->mode == CAL_MODE_LOCAL) && (mode == CAL_MODE_REMOTE))
 		re_open = TRUE;
@@ -1721,7 +1720,6 @@ save_attach_file (const gchar *dest_file, gchar *file_contents, gint len)
 	/* FIXME : Add a ATTACH:CID:someidentifier here */
 	dest_url = g_filename_to_uri (dest_file, NULL, NULL);
 
-
 end :
 	close (fd);
 	return dest_url;
@@ -2118,7 +2116,6 @@ e_cal_backend_exchange_lookup_timezone (const gchar *tzid,
 				      tzid);
 }
 
-
 static void
 free_exchange_comp (gpointer value)
 {
diff --git a/calendar/e-cal-backend-exchange.h b/calendar/e-cal-backend-exchange.h
index 7862135..22980d0 100644
--- a/calendar/e-cal-backend-exchange.h
+++ b/calendar/e-cal-backend-exchange.h
@@ -60,7 +60,6 @@ gboolean  e_cal_backend_exchange_in_cache         (ECalBackendExchange *cbex,
 
 void      e_cal_backend_exchange_cache_sync_end   (ECalBackendExchange *cbex);
 
-
 gboolean  e_cal_backend_exchange_add_object       (ECalBackendExchange *cbex,
 						   const gchar          *href,
 						   const gchar          *lastmod,
diff --git a/calendar/e2k-cal-query.h b/calendar/e2k-cal-query.h
index 8e8961e..1a29b41 100644
--- a/calendar/e2k-cal-query.h
+++ b/calendar/e2k-cal-query.h
@@ -12,7 +12,6 @@ G_BEGIN_DECLS
 E2kRestriction * e2k_cal_query_to_restriction (ECalBackendExchange *cbex,
 					       const gchar          *sexp);
 
-
 G_END_DECLS
 
 #endif
diff --git a/camel/camel-exchange-folder.c b/camel/camel-exchange-folder.c
index fc46937..6936860 100644
--- a/camel/camel-exchange-folder.c
+++ b/camel/camel-exchange-folder.c
@@ -163,7 +163,6 @@ camel_exchange_folder_get_type (void)
 	return camel_exchange_folder_type;
 }
 
-
 static void
 refresh_info (CamelFolder *folder, CamelException *ex)
 {
@@ -660,7 +659,6 @@ transfer_messages_to (CamelFolder *source, GPtrArray *uids,
 		goto end;
 	}
 
-
 	hier_len = strcspn (source->full_name, "/");
 	if (strncmp (source->full_name, dest->full_name, hier_len) != 0) {
 		transfer_messages_the_hard_way (source, uids, dest,
diff --git a/camel/camel-exchange-folder.h b/camel/camel-exchange-folder.h
index 8b24e09..ed06d17 100644
--- a/camel/camel-exchange-folder.h
+++ b/camel/camel-exchange-folder.h
@@ -6,7 +6,6 @@
 #ifndef CAMEL_EXCHANGE_FOLDER_H
 #define CAMEL_EXCHANGE_FOLDER_H 1
 
-
 G_BEGIN_DECLS
 
 #include <camel/camel-offline-folder.h>
@@ -37,11 +36,9 @@ typedef struct {
 
 } CamelExchangeFolderClass;
 
-
 /* Standard Camel function */
 CamelType camel_exchange_folder_get_type (void);
 
-
 gboolean camel_exchange_folder_construct            (CamelFolder *folder,
 						     CamelStore *parent,
 						     const gchar *name,
@@ -78,9 +75,7 @@ void     camel_exchange_folder_update_message_tag   (CamelExchangeFolder *exch,
 						     const gchar *name,
 						     const gchar *value);
 
-
 G_END_DECLS
 
 #endif /* CAMEL_EXCHANGE_FOLDER_H */
 
-
diff --git a/camel/camel-exchange-journal.c b/camel/camel-exchange-journal.c
index f05d7e3..0a0c4a1 100644
--- a/camel/camel-exchange-journal.c
+++ b/camel/camel-exchange-journal.c
@@ -18,7 +18,6 @@
  *
  */
 
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
@@ -44,10 +43,8 @@
 #include "camel-exchange-store.h"
 #include "camel-exchange-summary.h"
 
-
 #define d(x)
 
-
 static void camel_exchange_journal_class_init (CamelExchangeJournalClass *klass);
 static void camel_exchange_journal_init (CamelExchangeJournal *journal, CamelExchangeJournalClass *klass);
 static void camel_exchange_journal_finalize (CamelObject *object);
@@ -57,10 +54,8 @@ static CamelDListNode *exchange_entry_load (CamelOfflineJournal *journal, FILE *
 static gint exchange_entry_write (CamelOfflineJournal *journal, CamelDListNode *entry, FILE *out);
 static gint exchange_entry_play (CamelOfflineJournal *journal, CamelDListNode *entry, CamelException *ex);
 
-
 static CamelOfflineJournalClass *parent_class = NULL;
 
-
 CamelType
 camel_exchange_journal_get_type (void)
 {
@@ -408,8 +403,6 @@ exchange_entry_play (CamelOfflineJournal *journal, CamelDListNode *entry, CamelE
 	}
 }
 
-
-
 CamelOfflineJournal *
 camel_exchange_journal_new (CamelExchangeFolder *folder, const gchar *filename)
 {
diff --git a/camel/camel-exchange-journal.h b/camel/camel-exchange-journal.h
index ec94280..def35f2 100644
--- a/camel/camel-exchange-journal.h
+++ b/camel/camel-exchange-journal.h
@@ -18,7 +18,6 @@
  *
  */
 
-
 #ifndef __CAMEL_EXCHANGE_JOURNAL_H__
 #define __CAMEL_EXCHANGE_JOURNAL_H__
 
@@ -75,7 +74,6 @@ struct _CamelExchangeJournalClass {
 
 };
 
-
 CamelType camel_exchange_journal_get_type (void);
 
 CamelOfflineJournal *camel_exchange_journal_new (CamelExchangeFolder *folder, const gchar *filename);
diff --git a/camel/camel-exchange-search.c b/camel/camel-exchange-search.c
index f58aa42..2bdf1b9 100644
--- a/camel/camel-exchange-search.c
+++ b/camel/camel-exchange-search.c
@@ -35,10 +35,8 @@ static ESExpResult *
 exchange_body_contains (struct _ESExp *f, gint argc, struct _ESExpResult **argv,
 			CamelFolderSearch *s);
 
-
 static CamelFolderSearchClass *parent_class = NULL;
 
-
 static void
 camel_exchange_search_class_init (CamelExchangeSearchClass *camel_exchange_search_class)
 {
diff --git a/camel/camel-exchange-store.c b/camel/camel-exchange-store.c
index 7b04721..a6bc9b8 100644
--- a/camel/camel-exchange-store.c
+++ b/camel/camel-exchange-store.c
@@ -39,7 +39,6 @@
 #define SUBFOLDER_DIR_NAME_LEN 10
 #define d(x)
 
-
 //static CamelStoreClass *parent_class = NULL;
 static CamelOfflineStoreClass *parent_class = NULL;
 
@@ -595,7 +594,6 @@ exchange_unsubscribe_folder (CamelStore *store, const gchar *folder_name,
 			      CAMEL_STUB_ARG_END);
 }
 
-
 static CamelFolder *
 get_trash (CamelStore *store, CamelException *ex)
 {
@@ -711,7 +709,6 @@ postprocess_tree (CamelFolderInfo *info)
 	return sibling;
 }
 
-
 static CamelFolderInfo *
 exchange_get_folder_info (CamelStore *store, const gchar *top, guint32 flags, CamelException *ex)
 {
diff --git a/camel/camel-exchange-store.h b/camel/camel-exchange-store.h
index 683e644..5aeae45 100644
--- a/camel/camel-exchange-store.h
+++ b/camel/camel-exchange-store.h
@@ -3,11 +3,9 @@
 
 /* camel-exchange-store.h: class for a exchange store */
 
-
 #ifndef CAMEL_EXCHANGE_STORE_H
 #define CAMEL_EXCHANGE_STORE_H 1
 
-
 G_BEGIN_DECLS
 
 #include <camel/camel-store.h>
@@ -38,7 +36,6 @@ typedef struct {
 
 } CamelExchangeStoreClass;
 
-
 /* Standard Camel function */
 CamelType camel_exchange_store_get_type (void);
 
diff --git a/camel/camel-exchange-summary.c b/camel/camel-exchange-summary.c
index 60b24ec..8bccf0a 100644
--- a/camel/camel-exchange-summary.c
+++ b/camel/camel-exchange-summary.c
@@ -208,7 +208,6 @@ header_load (CamelFolderSummary *summary, FILE *in)
 	exchange->high_article_num = high_article_num;
 	exchange->version = version;
 
-
 	d(g_print ("%s:%s: high_article_num = [%d]\n", G_STRLOC, G_STRFUNC, high_article_num));
 
 	return 0;
diff --git a/camel/camel-exchange-summary.h b/camel/camel-exchange-summary.h
index 6bab6b2..fc988d7 100644
--- a/camel/camel-exchange-summary.h
+++ b/camel/camel-exchange-summary.h
@@ -41,7 +41,6 @@ gboolean            camel_exchange_summary_get_readonly      (CamelFolderSummary
 void                camel_exchange_summary_set_readonly      (CamelFolderSummary *summary,
 							      gboolean            readonly);
 
-
 void                camel_exchange_summary_add_offline       (CamelFolderSummary *summary,
 							      const gchar         *uid,
 							      CamelMimeMessage   *message,
diff --git a/camel/camel-exchange-transport.c b/camel/camel-exchange-transport.c
index 7f70d12..cf33bba 100644
--- a/camel/camel-exchange-transport.c
+++ b/camel/camel-exchange-transport.c
@@ -46,7 +46,6 @@ static gboolean exchange_send_to (CamelTransport *transport,
 				  CamelAddress *recipients,
 				  CamelException *ex);
 
-
 static void
 camel_exchange_transport_class_init (CamelExchangeTransportClass *camel_exchange_transport_class)
 {
@@ -82,7 +81,6 @@ camel_exchange_transport_get_type (void)
 	return camel_exchange_transport_type;
 }
 
-
 static gboolean
 exchange_send_to (CamelTransport *transport, CamelMimeMessage *message,
 		  CamelAddress *from, CamelAddress *recipients,
diff --git a/camel/camel-exchange-transport.h b/camel/camel-exchange-transport.h
index 08ea04c..20cbe00 100644
--- a/camel/camel-exchange-transport.h
+++ b/camel/camel-exchange-transport.h
@@ -3,11 +3,9 @@
 
 /* camel-exchange-transport.h: Exchange-based transport class */
 
-
 #ifndef CAMEL_EXCHANGE_TRANSPORT_H
 #define CAMEL_EXCHANGE_TRANSPORT_H 1
 
-
 G_BEGIN_DECLS
 
 #include <camel/camel-transport.h>
@@ -17,19 +15,16 @@ G_BEGIN_DECLS
 #define CAMEL_EXCHANGE_TRANSPORT_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_EXCHANGE_TRANSPORT_TYPE, CamelExchangeTransportClass))
 #define CAMEL_IS_EXCHANGE_TRANSPORT(o)    (CAMEL_CHECK_TYPE((o), CAMEL_EXCHANGE_TRANSPORT_TYPE))
 
-
 typedef struct {
 	CamelTransport parent_object;
 
 } CamelExchangeTransport;
 
-
 typedef struct {
 	CamelTransportClass parent_class;
 
 } CamelExchangeTransportClass;
 
-
 /* Standard Camel function */
 CamelType camel_exchange_transport_get_type (void);
 
diff --git a/camel/camel-stub-marshal.c b/camel/camel-stub-marshal.c
index d28625c..5fca078 100644
--- a/camel/camel-stub-marshal.c
+++ b/camel/camel-stub-marshal.c
@@ -27,7 +27,6 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-
 #include <glib.h>
 
 #ifndef G_OS_WIN32
@@ -250,7 +249,6 @@ decode_string (CamelStubMarshal *marshal, gchar **str)
 	return 0;
 }
 
-
 /**
  * camel_stub_marshal_encode_uint32:
  * @marshal: the #CamelStubMarshal
@@ -432,7 +430,6 @@ camel_stub_marshal_decode_bytes (CamelStubMarshal *marshal, GByteArray **ba)
 	return 0;
 }
 
-
 /**
  * camel_stub_marshal_flush:
  * @marshal: a #CamelStubMarshal
diff --git a/camel/camel-stub-marshal.h b/camel/camel-stub-marshal.h
index e64a09c..99c2a3c 100644
--- a/camel/camel-stub-marshal.h
+++ b/camel/camel-stub-marshal.h
@@ -45,4 +45,3 @@ G_END_DECLS
 
 #endif /* CAMEL_STUB_MARSHAL_H */
 
-
diff --git a/camel/camel-stub.c b/camel/camel-stub.c
index c24ad24..a29799e 100644
--- a/camel/camel-stub.c
+++ b/camel/camel-stub.c
@@ -113,7 +113,6 @@ camel_stub_get_type (void)
 	return camel_stub_type;
 }
 
-
 static gpointer
 status_main (gpointer data)
 {
@@ -255,7 +254,6 @@ connect_to_storage (CamelStub *stub, const gchar *socket_path,
 
 #endif
 
-
 /**
  * camel_stub_new:
  * @socket_path: path to the server's UNIX domain socket
@@ -584,7 +582,6 @@ stub_send_internal (CamelStub *stub, CamelException *ex, gboolean oneway,
 	return FALSE;
 }
 
-
 /**
  * camel_stub_send:
  * @stub: a #CamelStub
diff --git a/camel/camel-stub.h b/camel/camel-stub.h
index 494911d..0ffa78b 100644
--- a/camel/camel-stub.h
+++ b/camel/camel-stub.h
@@ -3,11 +3,9 @@
 
 /* camel-stub.h: class for a stub to talk to the backend */
 
-
 #ifndef CAMEL_STUB_H
 #define CAMEL_STUB_H 1
 
-
 G_BEGIN_DECLS
 
 #include <camel/camel-object.h>
@@ -40,7 +38,6 @@ typedef struct {
 
 } CamelStubClass;
 
-
 /* Standard Camel function */
 CamelType  camel_stub_get_type    (void);
 
@@ -53,9 +50,7 @@ gboolean   camel_stub_send        (CamelStub *stub, CamelException *ex,
 gboolean   camel_stub_send_oneway (CamelStub *stub,
 				   CamelStubCommand command, ...);
 
-
 G_END_DECLS
 
 #endif /* CAMEL_STUB_H */
 
-
diff --git a/mail/mail-stub-exchange.c b/mail/mail-stub-exchange.c
index ae37887..1372920 100644
--- a/mail/mail-stub-exchange.c
+++ b/mail/mail-stub-exchange.c
@@ -256,7 +256,6 @@ dispose (GObject *object)
 
 E2K_MAKE_TYPE (mail_stub_exchange, MailStubExchange, class_init, init, PARENT_TYPE)
 
-
 static MailStubExchangeFolder *
 folder_from_name (MailStubExchange *mse, const gchar *folder_name,
 		  guint32 perms, gboolean background)
@@ -1286,7 +1285,6 @@ refresh_folder_internal (MailStub *stub, MailStubExchangeFolder *mfld,
 	mapi_message_hash = g_hash_table_new (g_str_hash, g_str_equal);
 	mapi_hrefs = g_ptr_array_new ();
 
-
 	/*
 	 * STEP 1: Fetch information about new messages, including SMTP
 	 * headers when available.
@@ -1382,7 +1380,6 @@ refresh_folder_internal (MailStub *stub, MailStubExchangeFolder *mfld,
 	if (mapi_hrefs->len == 0)
 		goto return_data;
 
-
 	/*
 	 * STEP 2: Fetch MAPI property data for non-SMTP messages.
 	 */
@@ -1420,7 +1417,6 @@ refresh_folder_internal (MailStub *stub, MailStubExchangeFolder *mfld,
 		goto done;
 	}
 
-
 	/*
 	 * STEP 3: Organize the data, update our records and Camel's
 	 */
@@ -2556,7 +2552,6 @@ cleanup:
 	g_free (owner_email);
 }
 
-
 static void
 search (MailStub *stub, const gchar *folder_name, const gchar *text)
 {
@@ -3438,7 +3433,6 @@ stub_connect (MailStub *stub, gchar *pwd)
 		ctx = exchange_account_connect (account, pwd, &result);
 	}
 
-
 	if (!ctx && mode == ONLINE_MODE) {
 		retval = 0;
 		goto end;
diff --git a/mail/mail-stub-listener.c b/mail/mail-stub-listener.c
index 048f501..ff5d098 100644
--- a/mail/mail-stub-listener.c
+++ b/mail/mail-stub-listener.c
@@ -88,7 +88,6 @@ finalize (GObject *object)
 
 E2K_MAKE_TYPE (mail_stub_listener, MailStubListener, class_init, NULL, PARENT_TYPE)
 
-
 static gboolean
 new_connection (GIOChannel *source, GIOCondition condition, gpointer data)
 {
diff --git a/mail/mail-stub.c b/mail/mail-stub.c
index e03dedf..4b5f018 100644
--- a/mail/mail-stub.c
+++ b/mail/mail-stub.c
@@ -66,7 +66,6 @@ finalize (GObject *object)
 
 E2K_MAKE_TYPE (mail_stub, MailStub, class_init, NULL, PARENT_TYPE)
 
-
 static void
 free_string_array (GPtrArray *strings)
 {
@@ -580,7 +579,6 @@ mail_stub_read_args (MailStub *stub, ...)
 			break;
 		}
 
-
 		default:
 			g_critical ("%s: Uncaught case (%d)", G_STRLOC, argtype);
 			status = -1;
@@ -686,7 +684,6 @@ mail_stub_return_data (MailStub *stub, CamelStubRetval retval, ...)
 			break;
 		}
 
-
 		default:
 			g_critical ("%s: Uncaught case (%d)", G_STRLOC, argtype);
 			return;
@@ -767,7 +764,6 @@ mail_stub_push_changes (MailStub *stub)
 	camel_stub_marshal_flush (stub->status);
 }
 
-
 /**
  * mail_stub_construct:
  * @stub: the #MailStub
diff --git a/mail/mail-utils.c b/mail/mail-utils.c
index edd307b..d17d32c 100644
--- a/mail/mail-utils.c
+++ b/mail/mail-utils.c
@@ -217,7 +217,6 @@ mail_util_extract_transport_headers (E2kProperties *props)
 	return headers;
 }
 
-
 static const gchar *note_colors[] = {
 	"#CCCCFF", "#CCFFCC", "#FFCCCC", "#FFFFCC", "#FFFFFF"
 };
diff --git a/storage/exchange-autoconfig-wizard.c b/storage/exchange-autoconfig-wizard.c
index 6f4e474..493781e 100644
--- a/storage/exchange-autoconfig-wizard.c
+++ b/storage/exchange-autoconfig-wizard.c
@@ -93,7 +93,6 @@ static void owa_page_changed (GtkEntry *entry, ExchangeAutoconfigGUI *gui);
 static void gc_page_changed (GtkEntry *entry, ExchangeAutoconfigGUI *gui);
 static void verify_page_changed (GtkEntry *entry, ExchangeAutoconfigGUI *gui);
 
-
 static void
 autoconfig_gui_set_page (ExchangeAutoconfigGUI *gui, gint page)
 {
@@ -109,7 +108,6 @@ autoconfig_gui_set_next_sensitive (ExchangeAutoconfigGUI *gui,
 					   TRUE, FALSE);
 }
 
-
 #define SETUP_ENTRY(name, changed)				\
 	gui->name = (GtkEntry *)				\
 		glade_xml_get_widget (gui->xml, #name);		\
@@ -159,14 +157,12 @@ autoconfig_gui_new (void)
 	return gui;
 }
 
-
 static inline gboolean
 check_field (GtkEntry *entry)
 {
 	return (*gtk_entry_get_text (entry) != '\0');
 }
 
-
 static void
 owa_page_prepare (ExchangeAutoconfigGUI *gui)
 {
diff --git a/storage/exchange-config-listener.c b/storage/exchange-config-listener.c
index 584b565..024e318 100644
--- a/storage/exchange-config-listener.c
+++ b/storage/exchange-config-listener.c
@@ -96,7 +96,6 @@ static void account_removed (EAccountList *account_listener,
 static gboolean exchange_camel_urls_is_equal (const gchar *url1,
 					      const gchar *url2);
 
-
 static void
 class_init (GObjectClass *object_class)
 {
@@ -177,7 +176,6 @@ finalize (GObject *object)
 
 E2K_MAKE_TYPE (exchange_config_listener, ExchangeConfigListener, class_init, init, PARENT_TYPE)
 
-
 #define EVOLUTION_URI_PREFIX     "evolution:/"
 #define EVOLUTION_URI_PREFIX_LEN (sizeof (EVOLUTION_URI_PREFIX) - 1)
 
@@ -404,7 +402,6 @@ account_added (EAccountList *account_list, EAccount *account)
 	g_free (config_listener->priv->configured_name);
 	config_listener->priv->configured_name = g_strdup (account->name);
 
-
 	g_signal_emit (config_listener, signals[EXCHANGE_ACCOUNT_CREATED], 0,
 		       exchange_account);
 	exchange_config_listener_migrate_esources (config_listener);
diff --git a/storage/exchange-storage.c b/storage/exchange-storage.c
index d6c2f21..355e157 100644
--- a/storage/exchange-storage.c
+++ b/storage/exchange-storage.c
@@ -120,7 +120,6 @@ finalize (GObject *object)
 	G_OBJECT_CLASS (parent_class)->finalize (object);
 }
 
-
 E2K_MAKE_TYPE (exchange_storage, ExchangeStorage, class_init, init, PARENT_TYPE)
 
 static void



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