]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
reformat
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 5 Mar 2024 08:54:00 +0000 (09:54 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 22 May 2024 12:13:14 +0000 (14:13 +0200)
pdns/recursordist/mtasker.hh
pdns/recursordist/pdns_recursor.cc

index 72833d787cc65a5ea4e0c9ce5fc2bbfee434bc34..a45f64d8326b75d6627bd5d9612a731fd8b64532 100644 (file)
@@ -217,8 +217,8 @@ private:
 #include <valgrind/valgrind.h>
 #endif /* PDNS_USE_VALGRIND */
 
-template<class EventKey, class EventVal, class Cmp>
-uint64_t MTasker<EventKey,EventVal,Cmp>::nextWaiterDelayUsec(uint64_t defusecs)
+template <class EventKey, class EventVal, class Cmp>
+uint64_t MTasker<EventKey, EventVal, Cmp>::nextWaiterDelayUsec(uint64_t defusecs)
 {
   if (d_waiters.empty()) {
     // no waiters
index 605918181c5b9411796b90f86e6c63833ab2633b..a73915d22208c3aa8540d6f961781099f632e755 100644 (file)
@@ -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<std::shared_ptr<PacketID>>(var);