diff plugins/gaim-remote/remote-socket.c @ 10395:b4b9dabdd7c7

[gaim-migrate @ 11624] Some whitespace fixes, a compile warning fix, and add a "logout" option to gaim-remote committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 17 Dec 2004 23:30:38 +0000
parents 5239a3b4ab33
children 5364929fad9b
line wrap: on
line diff
--- a/plugins/gaim-remote/remote-socket.c	Fri Dec 17 00:05:32 2004 +0000
+++ b/plugins/gaim-remote/remote-socket.c	Fri Dec 17 23:30:38 2004 +0000
@@ -24,7 +24,7 @@
  *                           Thomas Nilsson and 4Front Technologies
  *  Copyright (C) 1999-2002  Haavard Kvaalen 
  */
- 
+
 /* This provides code for connecting to a Gaim socket and communicating with
  * it.  It will eventually be made a library once the core and ui are split. */
 
@@ -140,7 +140,7 @@
 		g_free(p);
 		return NULL;
 	}
-	
+
 	if (p->length) {
 		data = g_malloc(p->length);
 
@@ -193,10 +193,9 @@
 		gaim_remote_session_send_packet(fd, pack);
 		gaim_remote_packet_free(pack);
 		close(fd);
-		
+
 		return TRUE;
 	}
 
 	return FALSE;
 }
-