From ec288f1a268ab720d246b77b6979326e171056a4 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sun, 5 Sep 2010 12:14:26 +0000 Subject: [PATCH] reindent --- lib/dns/zone.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 908f4c4373..3e08122585 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.572 2010/08/16 23:46:52 tbox Exp $ */ +/* $Id: zone.c,v 1.573 2010/09/05 12:14:26 fdupont Exp $ */ /*! \file */ @@ -10710,7 +10710,8 @@ dns_zone_notifyreceive(dns_zone_t *zone, isc_sockaddr_t *from, NULL, NULL); RUNTIME_CHECK(result == ISC_R_SUCCESS); if (isc_serial_le(serial, oldserial)) { - dns_zone_log(zone, ISC_LOG_INFO, + dns_zone_log(zone, + ISC_LOG_INFO, "notify from %s: " "zone is up to date", fromtext);