plugins/gaim-remote/remote-socket.c

changeset 10395
786e15490d85
parent 6063
8fbafa2e1846
child 10541
4de364fa79ae
--- 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;
 }
-

mercurial