From 2b3b318abe6daa1d64200d38b1913f9e61a02f08 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Tue, 4 Nov 2025 00:49:15 -0400 Subject: [PATCH] Formatting --- include/user/stimulusBuffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/user/stimulusBuffer.h b/include/user/stimulusBuffer.h index ddd37ad..103f250 100644 --- a/include/user/stimulusBuffer.h +++ b/include/user/stimulusBuffer.h @@ -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) {}