From eb70ba210bd9ee53f6072551072a41d6437f5735 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 6 Sep 2001 01:06:24 +0000 Subject: [PATCH] spacing --- lib/dns/gen-win32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/gen-win32.h b/lib/dns/gen-win32.h index f8dd05e6b2..e400e5a144 100644 --- a/lib/dns/gen-win32.h +++ b/lib/dns/gen-win32.h @@ -48,7 +48,7 @@ * SUCH DAMAGE. */ -/* $Id: gen-win32.h,v 1.14 2001/07/26 20:31:48 gson Exp $ */ +/* $Id: gen-win32.h,v 1.15 2001/09/06 01:06:24 gson Exp $ */ /* * Principal Authors: Computer Systems Research Group at UC Berkeley @@ -89,7 +89,7 @@ int isc_commandline_option; /* Character checked for validity. */ char *isc_commandline_argument; /* Argument associated with option. */ char *isc_commandline_progname; /* For printing error messages. */ -isc_boolean_t isc_commandline_errprint = ISC_TRUE;/* Print error messages. */ +isc_boolean_t isc_commandline_errprint = ISC_TRUE; /* Print error messages. */ isc_boolean_t isc_commandline_reset = ISC_TRUE; /* Reset processing. */ #define BADOPT '?'