]> 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 c70be6e47f1b1dffa6128c88cfd04f2900bd854f..7c0737f913d7f6af2303653bb6aea2432cc45a1d 100644 (file)
@@ -7,13 +7,15 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
- *
- * IRC operator functions
  */
 
-
 #include "portab.h"
 
+/**
+ * @file
+ * IRC operator functions
+ */
+
 #include "imp.h"
 #include <assert.h>
 #include <string.h>
@@ -29,6 +31,7 @@
 #include <exp.h>
 #include "op.h"
 
+
 /**
  * Return and log a "no privileges" message.
  */
@@ -79,3 +82,6 @@ Op_Check(CLIENT * Client, REQUEST * Req)
         * to trust remote operators. */
        return true;
 } /* Op_Check */
+
+
+/* -eof- */