From aa1de06e3ab439e69a20fdd555a8253b0e31fc04 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Wed, 1 Mar 2017 14:43:35 -0800 Subject: [PATCH] Small style fix in ctl.c --- src/ctl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ctl.c b/src/ctl.c index 0bf4258e..7ec8ff2a 100644 --- a/src/ctl.c +++ b/src/ctl.c @@ -943,8 +943,7 @@ ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp, node = ctl_named_node(nodes[depth-1]); if (node != NULL && node->ctl) { ret = node->ctl(tsd, mib, depth, oldp, oldlenp, newp, newlen); - } - else { + } else { /* The name refers to a partial path through the ctl tree. */ ret = ENOENT; }