From: Otto Moerbeek Date: Tue, 10 Jan 2023 14:05:43 +0000 (+0100) Subject: Reformat X-Git-Tag: dnsdist-1.8.0-rc1~112^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12407%2Fhead;p=thirdparty%2Fpdns.git Reformat --- diff --git a/pdns/recursordist/pdns_recursor.cc b/pdns/recursordist/pdns_recursor.cc index 07ab20aea2..5063b33df5 100644 --- a/pdns/recursordist/pdns_recursor.cc +++ b/pdns/recursordist/pdns_recursor.cc @@ -267,7 +267,7 @@ LWResult::Result asendto(const char* data, size_t len, int flags, pident->remote = toaddr; pident->type = qtype; - // We cannot merge ECS-enabled queries based on the ECS source only, as the scope + // We cannot merge ECS-enabled queries based on the ECS source only, as the scope // of the response might be narrower, so instead we do not chain ECS-enabled queries // at all. if (!ecs) { @@ -282,7 +282,7 @@ LWResult::Result asendto(const char* data, size_t len, int flags, // don't chain onto existing chained waiter or a chain already processed if (chain.first->key->fd > -1 && !chain.first->key->closed) { chain.first->key->chain.insert(id); // we can chain - *fd = -1; // gets used in waitEvent / sendEvent later on + *fd = -1; // gets used in waitEvent / sendEvent later on return LWResult::Result::Success; } }