aboutsummaryrefslogtreecommitdiff
path: root/zenserver/upstream/upstreamcache.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-06 19:06:23 +0200
committerStefan Boberg <[email protected]>2021-09-06 19:06:23 +0200
commit2d1144d21a1c606434a025724e85c23824f0ca35 (patch)
tree570fc126c2084ac4a3b1dee61565f487ae6b3063 /zenserver/upstream/upstreamcache.cpp
parentMerge branch 'main' of https://github.com/EpicGames/zen (diff)
downloadzen-2d1144d21a1c606434a025724e85c23824f0ca35.tar.xz
zen-2d1144d21a1c606434a025724e85c23824f0ca35.zip
clang-format fixes
Diffstat (limited to 'zenserver/upstream/upstreamcache.cpp')
-rw-r--r--zenserver/upstream/upstreamcache.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/zenserver/upstream/upstreamcache.cpp b/zenserver/upstream/upstreamcache.cpp
index 40d7ebd26..6c9baf9b0 100644
--- a/zenserver/upstream/upstreamcache.cpp
+++ b/zenserver/upstream/upstreamcache.cpp
@@ -100,7 +100,7 @@ namespace detail {
virtual bool Initialize() override
{
- //TODO: Test and authenticate Jupiter client connection
+ // TODO: Test and authenticate Jupiter client connection
return !m_Client->ServiceUrl().empty();
}
@@ -216,8 +216,8 @@ namespace detail {
~ZenUpstreamEndpoint() = default;
virtual bool Initialize() override
- {
- //TODO: Test and authenticate Zen client connection
+ {
+ // TODO: Test and authenticate Zen client connection
return !m_Client->ServiceUrl().empty();
}