]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove trailing while space
authorMark Andrews <marka@isc.org>
Fri, 14 May 2004 06:41:51 +0000 (06:41 +0000)
committerMark Andrews <marka@isc.org>
Fri, 14 May 2004 06:41:51 +0000 (06:41 +0000)
lib/isc/include/isc/result.h

index ba8c5371c9226d464807185e5efae07bf93715a6..6035b8c66d8fae901f95ee42882192fe970372aa 100644 (file)
@@ -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.