Formatting
This commit is contained in:
@@ -52,10 +52,10 @@ public:
|
||||
&deviceAttachmentSpec,
|
||||
size_t nSlots,
|
||||
const SpMcRingBuffer::InputEngineConstraints& ringBufferConstraints,
|
||||
boost::asio::io_service& ioService)
|
||||
boost::asio::io_service& ioService_)
|
||||
: deviceAttachmentSpec(deviceAttachmentSpec),
|
||||
ringBuffer(nSlots, ringBufferConstraints),
|
||||
ioService(ioService),
|
||||
ioService(ioService_),
|
||||
shouldContinue(false), timer(ioService)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user