aboutsummaryrefslogtreecommitdiff
path: root/primedev/scripts/scripthttprequesthandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'primedev/scripts/scripthttprequesthandler.h')
-rw-r--r--primedev/scripts/scripthttprequesthandler.h5
1 files changed, 1 insertions, 4 deletions
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.