NO-OP: whitespace

This commit is contained in:
Robin Gareus
2024-03-22 04:48:44 +01:00
parent 2f6a428f05
commit 2ca5f28910

View File

@@ -42,7 +42,7 @@ public:
static void ensure_buffers (ChanCount howmany = ChanCount::ZERO, size_t custom = 0);
private:
static Glib::Threads::Mutex rb_mutex;
static Glib::Threads::Mutex rb_mutex;
typedef PBD::RingBufferNPT<ThreadBuffers*> ThreadBufferFIFO;
typedef std::list<ThreadBuffers*> ThreadBufferList;