From: Otto Moerbeek Date: Tue, 5 Mar 2024 08:54:00 +0000 (+0100) Subject: reformat X-Git-Tag: rec-5.1.0-beta1~22^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91225455b0ba7177671a67f1bdc1a51d82a7bc0c;p=thirdparty%2Fpdns.git reformat --- diff --git a/pdns/recursordist/mtasker.hh b/pdns/recursordist/mtasker.hh index 72833d787c..a45f64d832 100644 --- a/pdns/recursordist/mtasker.hh +++ b/pdns/recursordist/mtasker.hh @@ -217,8 +217,8 @@ private: #include #endif /* PDNS_USE_VALGRIND */ -template -uint64_t MTasker::nextWaiterDelayUsec(uint64_t defusecs) +template +uint64_t MTasker::nextWaiterDelayUsec(uint64_t defusecs) { if (d_waiters.empty()) { // no waiters diff --git a/pdns/recursordist/pdns_recursor.cc b/pdns/recursordist/pdns_recursor.cc index 605918181c..a73915d222 100644 --- a/pdns/recursordist/pdns_recursor.cc +++ b/pdns/recursordist/pdns_recursor.cc @@ -2892,7 +2892,6 @@ void mthreadSleep(unsigned int jitterMsec) assert(g_multiTasker->waitEvent(neverHappens, nullptr, jitterMsec) != -1); // NOLINT } - static void handleUDPServerResponse(int fileDesc, FDMultiplexer::funcparam_t& var) { auto pid = boost::any_cast>(var);