From 5b2c608b22ba272e4ab1a45adc1f43b60b1aea79 Mon Sep 17 00:00:00 2001 From: Northstar Date: Fri, 23 Aug 2024 23:26:57 +0200 Subject: Format project --- primedev/scripts/scripthttprequesthandler.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'primedev/scripts/scripthttprequesthandler.h') 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