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



commit 60ef812bffc7c5dfe7efb6e0448fa80c57fa73b9
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Feb 18 19:37:13 2011 -0500

    Coding style and whitespace cleanup.

 camel/providers/local/camel-local-folder.c  |    2 +-
 camel/providers/local/camel-local-folder.h  |    2 +-
 camel/providers/local/camel-maildir-store.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/camel/providers/local/camel-local-folder.c b/camel/providers/local/camel-local-folder.c
index e61be8a..c6bfbcb 100644
--- a/camel/providers/local/camel-local-folder.c
+++ b/camel/providers/local/camel-local-folder.c
@@ -593,7 +593,7 @@ camel_local_folder_construct (CamelLocalFolder *lf,
 	folder->summary = (CamelFolderSummary *)CAMEL_LOCAL_FOLDER_GET_CLASS (lf)->create_summary (lf, lf->summary_path, lf->folder_path, lf->index);
 	if (!(flags & CAMEL_STORE_IS_MIGRATING) && camel_local_summary_load ((CamelLocalSummary *)folder->summary, forceindex, NULL) == -1) {
 		/* ? */
-		if (lf->need_summary_check && 
+		if (lf->need_summary_check &&
 		    camel_local_summary_check ((CamelLocalSummary *)folder->summary, lf->changes, cancellable, error) == 0) {
 			/* we sync here so that any hard work setting up the folder isn't lost */
 			if (camel_local_summary_sync ((CamelLocalSummary *)folder->summary, FALSE, lf->changes, cancellable, error) == -1) {
diff --git a/camel/providers/local/camel-local-folder.h b/camel/providers/local/camel-local-folder.h
index 9eefa4f..f262b55 100644
--- a/camel/providers/local/camel-local-folder.h
+++ b/camel/providers/local/camel-local-folder.h
@@ -56,7 +56,7 @@ struct _CamelLocalFolder {
 	CamelLocalFolderPrivate *priv;
 
 	guint32 flags;		/* open mode flags */
-	gboolean need_summary_check; 
+	gboolean need_summary_check;
 
 	gint locked;		/* lock counter */
 	CamelLockType locktype;	/* what type of lock we have */
diff --git a/camel/providers/local/camel-maildir-store.c b/camel/providers/local/camel-maildir-store.c
index 22f1867..56c9b72 100644
--- a/camel/providers/local/camel-maildir-store.c
+++ b/camel/providers/local/camel-maildir-store.c
@@ -514,7 +514,7 @@ scan_dirs (CamelStore *store,
 	if (!g_file_test (meta_path, G_FILE_TEST_EXISTS))
 		maildir_migrate_hierarchy ((CamelMaildirStore *) store, cancellable, error);
 
-	g_free(meta_path);
+	g_free (meta_path);
 
 	while ((d = readdir (dir))) {
 		gchar *full_name, *filename;



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