]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-op.h
Code cleanup: mostly removing empty lines
[ngircd-alex.git] / src / ngircd / irc-op.h
index 0c8a0f2059128806a65eef980c6c2f04cb84cb8a..1b551012fbf93555d16b3215dea02de3fdc18d46 100644 (file)
@@ -13,7 +13,6 @@
  * Channel operator commands (header)
  */
 
-
 #ifndef __irc_op_h__
 #define __irc_op_h__
 
@@ -21,8 +20,6 @@
 GLOBAL bool IRC_KICK PARAMS(( CLIENT *Client, REQUEST *Req ));
 GLOBAL bool IRC_INVITE PARAMS(( CLIENT *Client, REQUEST *Req ));
 
-
 #endif
 
-
 /* -eof- */