]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- whitespace damage [from HEAD]
authorFlorian Westphal <fw@strlen.de>
Sat, 2 Dec 2006 13:06:50 +0000 (13:06 +0000)
committerFlorian Westphal <fw@strlen.de>
Sat, 2 Dec 2006 13:06:50 +0000 (13:06 +0000)
src/ngircd/irc-write.c

index ddb307e32ec48adbc73dcfdbe50ec869a64b8495..82a08f5c30947a18e80b312c9ba7b4099b55fba9 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: irc-write.c,v 1.20 2006/05/10 21:24:01 alex Exp $";
+static char UNUSED id[] = "$Id: irc-write.c,v 1.20.2.1 2006/12/02 13:06:50 fw Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -378,7 +378,7 @@ va_dcl
                        }
                        cl2chan = Channel_NextMember( chan, cl2chan );
                }
-               
+
                /* naechsten Channel */
                chan_cl2chan = Channel_NextChannelOf( Client, chan_cl2chan );
        }
@@ -403,12 +403,12 @@ GLOBAL void
 IRC_SetPenalty( CLIENT *Client, time_t Seconds )
 {
        CONN_ID c;
-       
+
        assert( Client != NULL );
        assert( Seconds > 0 );
-       
+
        if( Client_Type( Client ) == CLIENT_SERVER ) return;
-       
+
        c = Client_Conn( Client );
        if (c > NONE)
                Conn_SetPenalty(c, Seconds);