summaryrefslogtreecommitdiff
path: root/src/buildtool/storage/large_object_cas.tpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/storage/large_object_cas.tpp')
-rw-r--r--src/buildtool/storage/large_object_cas.tpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buildtool/storage/large_object_cas.tpp b/src/buildtool/storage/large_object_cas.tpp
index c2b08b45..bb7794bb 100644
--- a/src/buildtool/storage/large_object_cas.tpp
+++ b/src/buildtool/storage/large_object_cas.tpp
@@ -263,10 +263,10 @@ auto LargeObjectCAS<kDoGlobalUplink, kType>::LocalUplink(
// Promoting the parts of the large entry:
for (auto const& part : *parts) {
- static constexpr bool is_executable = false;
- static constexpr bool skip_sync = true;
+ static constexpr bool kIsExecutable = false;
+ static constexpr bool kSkipSync = true;
if (not local_cas_.LocalUplinkBlob(
- latest, part, is_executable, skip_sync)) {
+ latest, part, kIsExecutable, kSkipSync)) {
return false;
}
}