]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/channel.c
Code cleanup, remove blank lines
[ngircd-alex.git] / src / ngircd / channel.c
index 6b8d74530c7c07c71c532e2379387c97bf1596a3..12bd8128b4f803b414c5e5a5ed594d8a53be7953 100644 (file)
 #define REMOVE_QUIT 1
 #define REMOVE_KICK 2
 
-
 static CHANNEL *My_Channels;
 static CL2CHAN *My_Cl2Chan;
 
-
 static CL2CHAN *Get_Cl2Chan PARAMS(( CHANNEL *Chan, CLIENT *Client ));
 static CL2CHAN *Add_Client PARAMS(( CHANNEL *Chan, CLIENT *Client ));
 static bool Remove_Client PARAMS(( int Type, CHANNEL *Chan, CLIENT *Client, CLIENT *Origin, const char *Reason, bool InformServer ));