mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
apply the modified style
This commit is contained in:
@@ -49,8 +49,7 @@ LIBNS_EXTERNAL_DATA isc_logmodule_t ns_modules[] = {
|
||||
LIBNS_EXTERNAL_DATA isc_log_t *ns_lctx = NULL;
|
||||
|
||||
void
|
||||
ns_log_init(isc_log_t *lctx)
|
||||
{
|
||||
ns_log_init(isc_log_t *lctx) {
|
||||
REQUIRE(lctx != NULL);
|
||||
|
||||
isc_log_registercategories(lctx, ns_categories);
|
||||
@@ -58,7 +57,6 @@ ns_log_init(isc_log_t *lctx)
|
||||
}
|
||||
|
||||
void
|
||||
ns_log_setcontext(isc_log_t *lctx)
|
||||
{
|
||||
ns_log_setcontext(isc_log_t *lctx) {
|
||||
ns_lctx = lctx;
|
||||
}
|
||||
|
Reference in New Issue
Block a user