2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

whitespace

This commit is contained in:
Mark Andrews
2007-10-30 23:30:09 +00:00
parent 0d245c66ab
commit c810393bd8

View File

@@ -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);
}
/*