diff libpurple/protocols/zephyr/ZRetSubs.c @ 31534:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 5fe8042783c1
children 5d442ea707b5
line wrap: on
line diff
--- a/libpurple/protocols/zephyr/ZRetSubs.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/libpurple/protocols/zephyr/ZRetSubs.c	Tue Jan 04 06:55:30 2011 +0000
@@ -6,7 +6,7 @@
  *
  *	Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology.
  *	For copying and distribution information, see the file
- *	"mit-copyright.h". 
+ *	"mit-copyright.h".
  */
 
 #include "internal.h"
@@ -25,7 +25,7 @@
 	int retval;
 	ZNotice_t notice;
 	char asciiport[50];
-	
+
 	if (!port)			/* use default port */
 	    port = __Zephyr_port;
 
@@ -102,7 +102,7 @@
 		if (retnotice.z_kind == SERVNAK) {
 			ZFreeNotice(&retnotice);
 			return (ZERR_SERVNAK);
-		}	
+		}
 		/* non-matching protocol version numbers means the
 		   server is probably an older version--must punt */
 		if (strcmp(notice->z_version,retnotice.z_version)) {
@@ -114,7 +114,7 @@
 			ZFreeNotice(&retnotice);
 			gimmeack = 1;
 			continue;
-		} 
+		}
 
 		if (retnotice.z_kind != ACKED) {
 			ZFreeNotice(&retnotice);