]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/log.h
Code cleanup: mostly removing empty lines
[ngircd-alex.git] / src / ngircd / log.h
index b8546cdd57edc44a09544754248094105b18c738..5222b5d29ba7afb1c34868d2831fcb422de4579e 100644 (file)
@@ -9,7 +9,6 @@
  * Please read the file COPYING, README and AUTHORS for more information.
  */
 
-
 #ifndef __log_h__
 #define __log_h__
 
 #      define LOG_DEBUG 7
 #endif
 
-
 #define LOG_snotice 1024
 
-
 GLOBAL void Log_Init PARAMS(( bool Daemon_Mode ));
 GLOBAL void Log_Exit PARAMS(( void ));
 
@@ -57,8 +54,6 @@ GLOBAL void Log_Subprocess PARAMS((const int Level, const char *Format, ...));
 GLOBAL void Log_InitErrorfile PARAMS(( void ));
 #endif
 
-
 #endif
 
-
 /* -eof- */