From: Michal Nowak Date: Mon, 26 Aug 2024 12:25:55 +0000 (+0200) Subject: Fix formatting in lib/ns/query.c broken by !9284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac61b21bb660deb27e3e31f65c9510b7cf15e5e;p=thirdparty%2Fbind9.git Fix formatting in lib/ns/query.c broken by !9284 --- diff --git a/lib/ns/query.c b/lib/ns/query.c index cab1285312b..b729d119215 100644 --- a/lib/ns/query.c +++ b/lib/ns/query.c @@ -11498,8 +11498,8 @@ ns_query_done(query_ctx_t *qctx) { /* * Do we need to restart the query (e.g. for CNAME chaining)? */ - if (qctx->want_restart && qctx->client->query.restarts < - qctx->client->view->max_restarts) + if (qctx->want_restart && + qctx->client->query.restarts < qctx->client->view->max_restarts) { qctx->client->query.restarts++; return (ns__query_start(qctx));