2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

various style cleanups

This commit is contained in:
Evan Hunt
2020-02-06 10:28:53 -08:00
committed by Matthijs Mekking
parent 58aa084edc
commit 6504e7da95
4 changed files with 100 additions and 61 deletions

View File

@@ -2205,7 +2205,7 @@ check_zoneconf(const cfg_obj_t *zconfig, const cfg_obj_t *voptions,
for (element = cfg_list_first(kasps); element != NULL;
element = cfg_list_next(element))
{
const char* kn = cfg_obj_asstring(
const char *kn = cfg_obj_asstring(
cfg_tuple_get(cfg_listelt_value(element),
"name"));
if (strcmp(kaspname, kn) == 0) {