Skip to content

Commit 2e0cde1

Browse files
committed
Please consider the following formatting changes
1 parent 0b23f8e commit 2e0cde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/DataProcessingDevice.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2559,7 +2559,7 @@ bool DataProcessingDevice::tryDispatchComputation(ServiceRegistryRef ref, std::v
25592559

25602560
// If messages got up to here, it means they are transient ones which need to be
25612561
// destroyed. Cleaning them up.
2562-
for (auto &set : currentSetOfInputs) {
2562+
for (auto& set : currentSetOfInputs) {
25632563
set.clear(MessageSet::destroy_message);
25642564
}
25652565
return true;

0 commit comments

Comments
 (0)