From b1f1dab1555ba3ca01a7f98e183e1f94e1e6741a Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 12 Dec 2023 14:47:15 +0100 Subject: [PATCH] Format ws-auth.hh --- .not-formatted | 1 - pdns/ws-auth.hh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.not-formatted b/.not-formatted index 0bd94aae3a..ef633d28a5 100644 --- a/.not-formatted +++ b/.not-formatted @@ -300,7 +300,6 @@ ./pdns/ws-api.cc ./pdns/ws-api.hh ./pdns/ws-auth.cc -./pdns/ws-auth.hh ./pdns/xpf.cc ./pdns/xpf.hh ./pdns/zone2json.cc diff --git a/pdns/ws-auth.hh b/pdns/ws-auth.hh index 2bbb3f3eb2..42beee75f8 100644 --- a/pdns/ws-auth.hh +++ b/pdns/ws-auth.hh @@ -79,8 +79,8 @@ private: void cssfunction(HttpRequest* req, HttpResponse* resp); void jsonstat(HttpRequest* req, HttpResponse* resp); void registerApiHandler(const string& url, std::function handler); - void printvars(ostringstream &ret); - void printargs(ostringstream &ret); + void printvars(ostringstream& ret); + void printargs(ostringstream& ret); void webThread(); void statThread(); -- 2.47.2