From: Francis Dupont Date: Mon, 14 Mar 2011 13:40:52 +0000 (+0000) Subject: remove extra space X-Git-Tag: v9.9.0a1~504 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0a25550b464ad40e4d90ebff8ecf23595b05ae3b;p=thirdparty%2Fbind9.git remove extra space --- diff --git a/lib/dns/sdb.c b/lib/dns/sdb.c index a736d5babda..42bfad6765e 100644 --- a/lib/dns/sdb.c +++ b/lib/dns/sdb.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sdb.c,v 1.77 2011/03/14 13:39:17 fdupont Exp $ */ +/* $Id: sdb.c,v 1.78 2011/03/14 13:40:52 fdupont Exp $ */ /*! \file */ @@ -1334,7 +1334,7 @@ dns_sdb_create(isc_mem_t *mctx, dns_name_t *origin, dns_dbtype_t type, cleanup_origin: dns_name_free(&sdb->common.origin, mctx); cleanup_lock: - (void) isc_mutex_destroy(&sdb->lock); + (void)isc_mutex_destroy(&sdb->lock); cleanup_mctx: isc_mem_put(mctx, sdb, sizeof(dns_sdb_t)); isc_mem_detach(&mctx);