2
0
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:
Evan Hunt
2020-02-13 14:44:37 -08:00
parent 0255a97473
commit e851ed0bb5
669 changed files with 35995 additions and 42219 deletions

View File

@@ -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;
}