Skip to content

Commit ec1f036

Browse files
committed
Please consider the following formatting changes
1 parent 3f7e2c7 commit ec1f036

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
@@ -618,7 +618,7 @@ static auto forwardInputs = [](ServiceRegistryRef registry, TimesliceSlot slot,
618618
};
619619

620620
static auto cleanEarlyForward = [](ServiceRegistryRef registry, TimesliceSlot slot, std::vector<MessageSet>& currentSetOfInputs,
621-
TimesliceIndex::OldestOutputInfo oldestTimeslice, bool copy, bool consume = true) {
621+
TimesliceIndex::OldestOutputInfo oldestTimeslice, bool copy, bool consume = true) {
622622
auto& proxy = registry.get<FairMQDeviceProxy>();
623623

624624
O2_SIGNPOST_ID_GENERATE(sid, forwarding);

0 commit comments

Comments
 (0)