]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/op.c
Code cleanup, remove blank lines
[ngircd-alex.git] / src / ngircd / op.c
index 868c17ae5b880509dc191d808f1fe3f3d541bf5b..6738d535111c8bc6e30e1968956cbc2ae068c099 100644 (file)
@@ -56,7 +56,6 @@ Op_NoPrivileges(CLIENT * Client, REQUEST * Req)
        }
 } /* Op_NoPrivileges */
 
-
 /**
  * Check that the originator of a request is an IRC operator and allowed
  * to administer this server.
@@ -94,5 +93,4 @@ Op_Check(CLIENT * Client, REQUEST * Req)
        return c;
 } /* Op_Check */
 
-
 /* -eof- */