diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-08-23 23:24:52 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-08-23 23:24:52 +0200 |
commit | d87395a8130c34bb95eea19111e46bdace4c2cd0 (patch) | |
tree | e827952268ac29f0c08f0891ddba09af1f089e5e /primedev/scripts | |
parent | d333a966ed961fca02d80212fe1384cf8600b9cb (diff) | |
download | NorthstarLauncher-temp/test-spoon-cmake-formatting.tar.gz NorthstarLauncher-temp/test-spoon-cmake-formatting.zip |
test clang-formattemp/test-spoon-cmake-formatting
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. |