diff options
author | Northstar <northstar@northstar.tf> | 2024-08-23 23:26:57 +0200 |
---|---|---|
committer | Northstar <northstar@northstar.tf> | 2024-08-23 23:26:57 +0200 |
commit | 5b2c608b22ba272e4ab1a45adc1f43b60b1aea79 (patch) | |
tree | e827952268ac29f0c08f0891ddba09af1f089e5e /primedev/scripts | |
parent | d333a966ed961fca02d80212fe1384cf8600b9cb (diff) | |
download | NorthstarLauncher-5b2c608b22ba272e4ab1a45adc1f43b60b1aea79.tar.gz NorthstarLauncher-5b2c608b22ba272e4ab1a45adc1f43b60b1aea79.zip |
Format project
Diffstat (limited to 'primedev/scripts')
-rw-r--r-- | primedev/scripts/scripthttprequesthandler.h | 5 |
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. |