From d87395a8130c34bb95eea19111e46bdace4c2cd0 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Fri, 23 Aug 2024 23:24:52 +0200 Subject: test clang-format --- primedev/scripts/scripthttprequesthandler.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'primedev/scripts') diff --git a/primedev/scripts/scripthttprequesthandler.h b/primedev/scripts/scripthttprequesthandler.h index f3921f4e..72f719ec 100644 --- a/primedev/scripts/scripthttprequesthandler.h +++ b/primedev/scripts/scripthttprequesthandler.h @@ -107,10 +107,7 @@ public: void StopHttpRequestHandler(); // Whether or not this http request handler is currently running. - bool IsRunning() const - { - return m_bIsHttpRequestHandlerRunning; - } + bool IsRunning() const { return m_bIsHttpRequestHandlerRunning; } /** * Creates a new thread to execute an HTTP request. -- cgit v1.2.3