]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/op.c
Code cleanup: mostly removing empty lines
[ngircd-alex.git] / src / ngircd / op.c
index 64c7e1e1fb2142e0bd6f3c5850220c669a422756..7c0737f913d7f6af2303653bb6aea2432cc45a1d 100644 (file)
@@ -9,7 +9,6 @@
  * Please read the file COPYING, README and AUTHORS for more information.
  */
 
-
 #include "portab.h"
 
 /**
@@ -32,6 +31,7 @@
 #include <exp.h>
 #include "op.h"
 
+
 /**
  * Return and log a "no privileges" message.
  */
@@ -82,3 +82,6 @@ Op_Check(CLIENT * Client, REQUEST * Req)
         * to trust remote operators. */
        return true;
 } /* Op_Check */
+
+
+/* -eof- */