Skip to content

Commit e8299d3

Browse files
committed
Please consider the following formatting changes
1 parent 7e0544c commit e8299d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/CompletionPolicyHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ CompletionPolicy CompletionPolicyHelpers::consumeWhenAll(const char* name, Compl
127127
if (dph && !TimingInfo::timesliceIsTimer(dph->startTime)) {
128128
currentTimeslice = dph->startTime;
129129
}
130-
// If we have at least some data, we can consume, otherwise we can Discard once
130+
// If we have at least some data, we can consume, otherwise we can Discard once
131131
// we are sure that no more data will come.
132132
needsProcessing |= (spec.lifetime != Lifetime::Condition);
133133
}

0 commit comments

Comments
 (0)