libpurple/protocols/zephyr/ZInit.c

changeset 31294
73607ab89c6f
parent 15435
4b933b06d75e
child 31954
e5631d5590cc
--- a/libpurple/protocols/zephyr/ZInit.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/libpurple/protocols/zephyr/ZInit.c	Tue Jan 04 06:55:30 2011 +0000
@@ -5,7 +5,7 @@
  *
  *	Copyright (c) 1987, 1991 by the Massachusetts Institute of Technology.
  *	For copying and distribution information, see the file
- *	"mit-copyright.h". 
+ *	"mit-copyright.h".
  */
 
 #ifdef ZEPHYR_USES_KERBEROS
@@ -49,7 +49,7 @@
 #endif
 
     initialize_zeph_error_table();
-    
+
     (void) memset((char *)&__HM_addr, 0, sizeof(__HM_addr));
 
     __HM_addr.sin_family = AF_INET;
@@ -70,7 +70,7 @@
     /* Initialize the input queue */
     __Q_Tail = NULL;
     __Q_Head = NULL;
-    
+
     /* if the application is a server, there might not be a zhm.  The
        code will fall back to something which might not be "right",
        but this is is ok, since none of the servers call krb_rd_req. */

mercurial