From: Mark Andrews Date: Fri, 14 May 2004 06:41:51 +0000 (+0000) Subject: remove trailing while space X-Git-Tag: v9.2.4rc4~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7654f0f1b014a4a24892ba59d3e4afe1776b33e;p=thirdparty%2Fbind9.git remove trailing while space --- diff --git a/lib/isc/include/isc/result.h b/lib/isc/include/isc/result.h index ba8c5371c92..6035b8c66d8 100644 --- a/lib/isc/include/isc/result.h +++ b/lib/isc/include/isc/result.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.57.2.4 2004/03/09 06:12:01 marka Exp $ */ +/* $Id: result.h,v 1.57.2.5 2004/05/14 06:41:51 marka Exp $ */ #ifndef ISC_RESULT_H #define ISC_RESULT_H 1 @@ -79,9 +79,9 @@ #define ISC_R_INPROGRESS 53 /* operation in progress */ #define ISC_R_CONNECTIONRESET 54 /* connection reset */ #define ISC_R_SOFTQUOTA 55 /* soft quota reached */ -#define ISC_R_BADNUMBER 56 /* not a valid number */ -#define ISC_R_DISABLED 57 /* disabled */ -#define ISC_R_MAXSIZE 58 /* max size */ +#define ISC_R_BADNUMBER 56 /* not a valid number */ +#define ISC_R_DISABLED 57 /* disabled */ +#define ISC_R_MAXSIZE 58 /* max size */ /* * Not a result code: the number of results.