From: Fred Morcos Date: Tue, 12 Dec 2023 13:47:15 +0000 (+0100) Subject: Format ws-auth.hh X-Git-Tag: auth-4.9.0-alpha1~23^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f1dab1555ba3ca01a7f98e183e1f94e1e6741a;p=thirdparty%2Fpdns.git Format ws-auth.hh --- 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();