diff mcabber/connwrap/connwrap.h @ 414:ec86d759ed54

Trailing whitespace cleanup No real change.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 30 Aug 2005 22:26:19 +0200
parents f7f07794d2df
children 40175f3dcef7
line wrap: on
line diff
--- a/mcabber/connwrap/connwrap.h	Tue Aug 30 21:25:16 2005 +0200
+++ b/mcabber/connwrap/connwrap.h	Tue Aug 30 22:26:19 2005 +0200
@@ -20,9 +20,10 @@
 #define CW_CONNECT_WANT_WRITE 0x8
 #define CW_CONNECT_WANT_SOMETHING 0xC
 #define CW_CONNECT_BLOCKING 0x10
-  
+
 /* non-blocking socket
-   state should be initialized with 0, subsequent calls should keep the modified state (state is a bitwise OR between CW_CONNECT_XXX)
+   state should be initialized with 0, subsequent calls should keep the
+   modified state (state is a bitwise OR between CW_CONNECT_XXX)
    returns 0 for OK, or if it wants subsequent calls
 	   -1 for a fatal error
  */