Skip to content

Commit 6d0a2d2

Browse files
committed
Please consider the following formatting changes
1 parent 65aaec8 commit 6d0a2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/DataRelayer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ DataRelayer::RelayChoice
486486
O2_SIGNPOST_EVENT_EMIT(calibration, cid, "calibration",
487487
"Dropping incoming %zu messages because they are data processing.", nPayloads);
488488
// Actually dropping messages.
489-
for (size_t i = mi ; i < mi + nPayloads + 1; i++) {
489+
for (size_t i = mi; i < mi + nPayloads + 1; i++) {
490490
auto discard = std::move(messages[i]);
491491
}
492492
mi += nPayloads;

0 commit comments

Comments
 (0)