mirror of
https://github.com/osmarks/ngircd.git
synced 2025-07-21 18:32:50 +00:00
Minor whitespace fixes.
This commit is contained in:
parent
6b21249151
commit
0570e13cac
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "portab.h"
|
#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 "imp.h"
|
||||||
#include <assert.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 );
|
Config_Error( LOG_WARNING, "%s, line %d: Value of \"%s\" too long!", NGIRCd_ConfFile, Line, Item );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
Config_Error_NaN( const int Line, const char *Item )
|
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 );
|
NGIRCd_ConfFile, Line, Item );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifdef PROTOTYPES
|
#ifdef PROTOTYPES
|
||||||
static void Config_Error( const int Level, const char *Format, ... )
|
static void Config_Error( const int Level, const char *Format, ... )
|
||||||
#else
|
#else
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
* Please read the file COPYING, README and AUTHORS for more information.
|
* Please read the file COPYING, README and AUTHORS for more information.
|
||||||
*
|
*
|
||||||
* $Id: conf.h,v 1.37 2005/07/29 09:29:47 fw Exp $
|
* $Id: conf.h,v 1.38 2005/11/21 16:31:30 alex Exp $
|
||||||
*
|
*
|
||||||
* Configuration management (header)
|
* Configuration management (header)
|
||||||
*/
|
*/
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include "portab.h"
|
#include "portab.h"
|
||||||
|
|
||||||
static char UNUSED id[] = "$Id: ngircd.c,v 1.110 2005/09/02 17:12:58 alex Exp $";
|
static char UNUSED id[] = "$Id: ngircd.c,v 1.111 2005/11/21 16:31:30 alex Exp $";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user