diff --git a/llarp/handlers/tun.hpp b/llarp/handlers/tun.hpp index c5372c0d4..305a1c851 100644 --- a/llarp/handlers/tun.hpp +++ b/llarp/handlers/tun.hpp @@ -20,10 +20,7 @@ namespace llarp public dns::IQueryHandler, public std::enable_shared_from_this { - TunEndpoint( - AbstractRouter* r, - llarp::service::Context* parent, - bool lazyVPN = false); + TunEndpoint(AbstractRouter* r, llarp::service::Context* parent, bool lazyVPN = false); ~TunEndpoint() override; path::PathSet_ptr diff --git a/llarp/router/router.hpp b/llarp/router/router.hpp index 39d9b88da..21f2350e9 100644 --- a/llarp/router/router.hpp +++ b/llarp/router/router.hpp @@ -228,7 +228,7 @@ namespace llarp bool ExitEnabled() const { - return false; // FIXME - have to fix the FIXME because FIXME + return false; // FIXME - have to fix the FIXME because FIXME throw std::runtime_error("FIXME: this needs to be derived from config"); /* // TODO: use equal_range ? diff --git a/pybind/common.hpp b/pybind/common.hpp index 8578ff265..9b6d32ac1 100644 --- a/pybind/common.hpp +++ b/pybind/common.hpp @@ -7,7 +7,6 @@ namespace py = pybind11; - namespace llarp { void