From d79147e7afe2eca34780c607f78b11f8b3dd017d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 25 Jan 2022 13:59:42 +0000 Subject: Abolish the infernal space before accessibility keywords. --- include/threadsocket.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/threadsocket.h') diff --git a/include/threadsocket.h b/include/threadsocket.h index 95e73e2de..39e3f4346 100644 --- a/include/threadsocket.h +++ b/include/threadsocket.h @@ -28,12 +28,12 @@ class ThreadSignalSocket; class CoreExport SocketThread : public Thread { - private: +private: std::mutex mutex; std::condition_variable_any condvar; ThreadSignalSocket* socket; - protected: +protected: /** Waits for an enqueue operation to complete * You MUST hold the queue lock when you call this. * It will be unlocked while you wait, and will be relocked @@ -43,7 +43,7 @@ class CoreExport SocketThread { condvar.wait(mutex); } - public: +public: /** Notifies parent by making the SignalFD ready to read * No requirements on locking */ -- cgit v1.3.1-10-gc9f91