[evolution-exchange] Coding style and whitespace cleanup.



commit 6272154f4608565429041f4ff24e592f64d0b841
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Aug 28 16:45:28 2010 -0400

    Coding style and whitespace cleanup.

 server/lib/e2k-context.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/server/lib/e2k-context.c b/server/lib/e2k-context.c
index a594316..f6b9dd4 100644
--- a/server/lib/e2k-context.c
+++ b/server/lib/e2k-context.c
@@ -271,7 +271,7 @@ got_connection (SoupSocket *sock, guint status, gpointer user_data)
 	SoupAddress *addr;
 	struct sockaddr_in sin;
 	const gchar *local_ipaddr;
-	unsigned short port;
+	gushort port;
 	gint s, ret;
 
 	ctx->priv->get_local_address_sock = NULL;
@@ -289,7 +289,7 @@ got_connection (SoupSocket *sock, guint status, gpointer user_data)
 	memset (&sin, 0, sizeof (sin));
 	sin.sin_family = AF_INET;
 
-	port = (short)getpid ();
+	port = (gshort)getpid ();
 	do {
 		port++;
 		if (port < 1024)



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