diff options
| author | Stefan Boberg <[email protected]> | 2021-09-06 19:06:23 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-06 19:06:23 +0200 |
| commit | 2d1144d21a1c606434a025724e85c23824f0ca35 (patch) | |
| tree | 570fc126c2084ac4a3b1dee61565f487ae6b3063 /zenserver/upstream/upstreamcache.cpp | |
| parent | Merge branch 'main' of https://github.com/EpicGames/zen (diff) | |
| download | zen-2d1144d21a1c606434a025724e85c23824f0ca35.tar.xz zen-2d1144d21a1c606434a025724e85c23824f0ca35.zip | |
clang-format fixes
Diffstat (limited to 'zenserver/upstream/upstreamcache.cpp')
| -rw-r--r-- | zenserver/upstream/upstreamcache.cpp | 6 |
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(); } |