]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.c
Minor whitespace fixes.
[ngircd-alex.git] / src / ngircd / conf.c
index 976d2e0d0f1bcb6f81ab8d8461f4a230b11fbc7f..2fb5fc0533a24a11330f0be916ca07862019e7c6 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: conf.c,v 1.88 2005/10/11 19:29:23 alex Exp $";
+static char UNUSED id[] = "$Id: conf.c,v 1.89 2005/11/21 16:31:30 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -1013,6 +1013,7 @@ Config_Error_TooLong ( const int Line, const char *Item )
        Config_Error( LOG_WARNING, "%s, line %d: Value of \"%s\" too long!", NGIRCd_ConfFile, Line, Item );
 }
 
+
 static void
 Config_Error_NaN( const int Line, const char *Item )
 {
@@ -1020,6 +1021,7 @@ Config_Error_NaN( const int Line, const char *Item )
                                                NGIRCd_ConfFile, Line, Item );
 }
 
+
 #ifdef PROTOTYPES
 static void Config_Error( const int Level, const char *Format, ... )
 #else