[evolution-data-server] CamelIMAPXServer: Coding style fix.



commit 6269e74444dd8204b5da54de7bf245006eeba0ca
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Jan 27 12:52:19 2012 -0500

    CamelIMAPXServer: Coding style fix.

 camel/providers/imapx/camel-imapx-server.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 8907c70..a9e0e85 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -937,7 +937,9 @@ imapx_command_start (CamelIMAPXServer *is,
 	return TRUE;
 }
 
-static gboolean duplicate_fetch_or_refresh (CamelIMAPXServer *is, CamelIMAPXCommand *ic)
+static gboolean
+duplicate_fetch_or_refresh (CamelIMAPXServer *is,
+                            CamelIMAPXCommand *ic)
 {
 	if (!ic->job)
 		return FALSE;
@@ -952,6 +954,7 @@ static gboolean duplicate_fetch_or_refresh (CamelIMAPXServer *is, CamelIMAPXComm
 
 	return FALSE;
 }
+
 /* See if we can start another task yet.
  *
  * If we're waiting for a literal, we cannot proceed.



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