]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/lists.h
Code cleanup: mostly removing empty lines
[ngircd-alex.git] / src / ngircd / lists.h
index c39325ea0ea869bf646e5495eeb812fe6066335d..28f5478d083ccfb30dc9de0cc24331e01fa6371b 100644 (file)
@@ -9,7 +9,6 @@
  * Please read the file COPYING, README and AUTHORS for more information.
  */
 
-
 #ifndef __lists_h__
 #define __lists_h__
 
@@ -27,7 +26,6 @@ struct list_head {
        struct list_elem *first;
 };
 
-
 GLOBAL struct list_elem *Lists_GetFirst PARAMS((const struct list_head *));
 GLOBAL struct list_elem *Lists_GetNext PARAMS((const struct list_elem *));
 
@@ -45,4 +43,5 @@ GLOBAL const char *Lists_MakeMask PARAMS((const char *Pattern));
 GLOBAL const char *Lists_GetMask PARAMS(( const struct list_elem *e ));
 
 #endif
+
 /* -eof- */