From f3621b54cc5a70bd1d2e776a25be543e82c6a25b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 6 Mar 2024 13:22:37 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/src/DeviceSpecHelpers.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Framework/Core/src/DeviceSpecHelpers.cxx b/Framework/Core/src/DeviceSpecHelpers.cxx index eb89b51193b54..565f85e895f31 100644 --- a/Framework/Core/src/DeviceSpecHelpers.cxx +++ b/Framework/Core/src/DeviceSpecHelpers.cxx @@ -960,12 +960,12 @@ void DeviceSpecHelpers::processInEdgeActions(std::vector& devices, // Lifetime::Timer to Lifetime::Timeframe, so that we can // synchronize the devices without creating a new timer. if (edge.isForward && route.matcher.lifetime == Lifetime::Timer) { - LOGP(warn, "Warning: Forwarding timer {} from {} to a {} as both requested it." - " If this is undesired, please make sure to use two different data matchers for their InputSpec.", - DataSpecUtils::describe(route.matcher).c_str(), - producer.name.c_str(), - consumer.name.c_str() - ); + LOGP(warn, + "Warning: Forwarding timer {} from {} to a {} as both requested it." + " If this is undesired, please make sure to use two different data matchers for their InputSpec.", + DataSpecUtils::describe(route.matcher).c_str(), + producer.name.c_str(), + consumer.name.c_str()); route.matcher.lifetime = Lifetime::Timeframe; }