]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/match.h
Code cleanup: mostly removing empty lines
[ngircd-alex.git] / src / ngircd / match.h
index b092b967ffb026e576d133d92148faf074e93c2f..2efe3f5ba7ad81b08d0d237487b7112b77e22ebc 100644 (file)
@@ -9,7 +9,6 @@
  * Please read the file COPYING, README and AUTHORS for more information.
  */
 
-
 #ifndef __match_h__
 #define __match_h__
 
@@ -21,8 +20,6 @@
 GLOBAL bool Match PARAMS(( const char *Pattern, const char *String ));
 GLOBAL bool MatchCaseInsensitive PARAMS(( const char *Pattern, const char *searchme ));
 
-
 #endif
 
-
 /* -eof- */