From: Mark Andrews Date: Tue, 30 Oct 2007 23:30:09 +0000 (+0000) Subject: whitespace X-Git-Tag: v9.5.0~341 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c810393bd89ee3e4be7a6e1eea097a0705b5979a;p=thirdparty%2Fbind9.git whitespace --- diff --git a/lib/isc/mem.c b/lib/isc/mem.c index 80a49518e05..8251a50f5f0 100644 --- a/lib/isc/mem.c +++ b/lib/isc/mem.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mem.c,v 1.135 2007/06/18 23:47:44 tbox Exp $ */ +/* $Id: mem.c,v 1.136 2007/10/30 23:30:09 marka Exp $ */ /*! \file */ @@ -690,7 +690,8 @@ default_memfree(void *arg, void *ptr) { static void initialize_action(void) { - RUNTIME_CHECK(isc_mutex_init(&lock) == ISC_R_SUCCESS); + RUNTIME_CHECK(isc_mutex_init(&lock) == ISC_R_SUCCESS); + ISC_LIST_INIT(contexts); } /*