]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/client.c
Code cleanup: mostly removing empty lines
[ngircd-alex.git] / src / ngircd / client.c
index 7a6b275da5918ea0030a12f4aa97804d980cd6ee..0bfe73d383d399e3903b78b540c382242e65bdb5 100644 (file)
@@ -9,10 +9,8 @@
  * Please read the file COPYING, README and AUTHORS for more information.
  */
 
-
 #define __client_c__
 
-
 #include "portab.h"
 
 /**
 
 #include <exp.h>
 
-
 #define GETID_LEN (CLIENT_NICK_LEN-1) + 1 + (CLIENT_USER_LEN-1) + 1 + (CLIENT_HOST_LEN-1) + 1
 
-
 static CLIENT *This_Server, *My_Clients;
 
 static WHOWAS My_Whowas[MAX_WHOWAS];