From ef5d6f22e2aeafeb1690418930119343c4de5b18 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 27 Nov 2000 17:58:59 +0000 Subject: [PATCH] spacing --- bin/nsupdate/nsupdate.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c index c56903f5ad..0070a5079f 100644 --- a/bin/nsupdate/nsupdate.c +++ b/bin/nsupdate/nsupdate.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsupdate.c,v 1.67 2000/11/27 17:56:35 gson Exp $ */ +/* $Id: nsupdate.c,v 1.68 2000/11/27 17:58:59 gson Exp $ */ #include @@ -1204,8 +1204,8 @@ update_completed(isc_task_t *task, isc_event_t *event) { bufsz = INITTEXT; do { if (bufsz > MAXTEXT) { - fprintf (stderr, "couldn't allocate large " - "enough buffer to display message\n"); + fprintf(stderr, "couldn't allocate large " + "enough buffer to display message\n"); exit(1); } if (buf != NULL)