Skip to content

Commit 0d496ab

Browse files
authored
Apply suggestions from code review
Co-authored-by: Anton Alkin <anton.alkin@cern.ch>
1 parent 1ee9800 commit 0d496ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/Core/include/Framework/FairMQDeviceProxy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class FairMQDeviceProxy
6565
[[nodiscard]] ChannelIndex getForwardChannelIndexByName(std::string const& channelName) const;
6666
/// Retrieve the channel index from a given OutputSpec and the associated timeslice
6767
[[nodiscard]] ChannelIndex getOutputChannelIndex(OutputSpec const& spec, size_t timeslice) const;
68-
#if (FAIRMQ_VERSION_DEC >= 111000)
68+
#if (FAIRMQ_VERSION_DEC >= 111000)
6969
/// Retrieve the pointer-reconstruction function for the shm manager for a given input spec
7070
[[nodiscard]] PointerReconstructor getShmPointerReconstructor(InputSpec const& spec, size_t timeslice);
7171
#endif

0 commit comments

Comments
 (0)