diff options
| author | zousar <[email protected]> | 2022-02-09 07:59:34 -0700 |
|---|---|---|
| committer | zousar <[email protected]> | 2022-02-09 07:59:34 -0700 |
| commit | 39be434dbe93e2566b3070128e148bdb2ee7ac8b (patch) | |
| tree | e586e913c5df7930c56c7bee1388d91a2641412f /zenutil/cache/cachepolicy.cpp | |
| parent | Change Value propagation to Zen or Jupiter (diff) | |
| download | zen-39be434dbe93e2566b3070128e148bdb2ee7ac8b.tar.xz zen-39be434dbe93e2566b3070128e148bdb2ee7ac8b.zip | |
prepare_commit to fix formatting
Diffstat (limited to 'zenutil/cache/cachepolicy.cpp')
| -rw-r--r-- | zenutil/cache/cachepolicy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenutil/cache/cachepolicy.cpp b/zenutil/cache/cachepolicy.cpp index 8c10ea674..ccc000fda 100644 --- a/zenutil/cache/cachepolicy.cpp +++ b/zenutil/cache/cachepolicy.cpp @@ -122,7 +122,7 @@ ConvertToUpstream(CachePolicy Policy) // Use the downstream value for all other flags. CachePolicy UpstreamPolicy = CachePolicy::None; - + if (EnumHasAllFlags(Policy, CachePolicy::QueryRemote)) { UpstreamPolicy |= CachePolicy::QueryLocal; |