From 81f6192a0c91363e1504a0b0c9eeaa28febc3890 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 20 Nov 2001 18:42:26 +0000 Subject: [PATCH] spacing --- lib/isccfg/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isccfg/log.c b/lib/isccfg/log.c index 3eabfa3bfc..3364ca0a7a 100644 --- a/lib/isccfg/log.c +++ b/lib/isccfg/log.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.c,v 1.3 2001/10/16 05:28:12 marka Exp $ */ +/* $Id: log.c,v 1.4 2001/11/20 18:42:26 bwelling Exp $ */ #include @@ -37,7 +37,7 @@ LIBISCCFG_EXTERNAL_DATA isc_logcategory_t cfg_categories[] = { * #define to . */ LIBISCCFG_EXTERNAL_DATA isc_logmodule_t cfg_modules[] = { - { "isccfg/parser", 0 }, + { "isccfg/parser", 0 }, { NULL, 0 } };