From ba503b8bae5e0d5e0e057f49e20d4f29f14bf8dc Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 12 Jun 2026 09:39:44 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/include/Framework/FairMQDeviceProxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/include/Framework/FairMQDeviceProxy.h b/Framework/Core/include/Framework/FairMQDeviceProxy.h index 0aa2d6dfc9e75..8ab93d83dc1c2 100644 --- a/Framework/Core/include/Framework/FairMQDeviceProxy.h +++ b/Framework/Core/include/Framework/FairMQDeviceProxy.h @@ -65,7 +65,7 @@ class FairMQDeviceProxy [[nodiscard]] ChannelIndex getForwardChannelIndexByName(std::string const& channelName) const; /// Retrieve the channel index from a given OutputSpec and the associated timeslice [[nodiscard]] ChannelIndex getOutputChannelIndex(OutputSpec const& spec, size_t timeslice) const; - #if (FAIRMQ_VERSION_DEC >= 111000) +#if (FAIRMQ_VERSION_DEC >= 111000) /// Retrieve the pointer-reconstruction function for the shm manager for a given input spec [[nodiscard]] PointerReconstructor getShmPointerReconstructor(InputSpec const& spec, size_t timeslice); #endif