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/thread.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/thread.h') diff --git a/include/thread.h b/include/thread.h index 3f71a7037..01ecbe42d 100644 --- a/include/thread.h +++ b/include/thread.h @@ -23,7 +23,7 @@ class CoreExport Thread { - private: +private: /** Whether this thread is in the process of stopping. */ std::atomic_bool stopping = { false }; @@ -35,7 +35,7 @@ class CoreExport Thread */ static void StartInternal(Thread* thread); - protected: +protected: /** Callback which is executed on this thread after it has started. */ virtual void OnStart() = 0; @@ -45,7 +45,7 @@ class CoreExport Thread /** Initialises an instance of the Thread class. */ Thread() = default; - public: +public: /** Destroys an instance of the Thread class. */ virtual ~Thread() = default; -- cgit v1.3.1-10-gc9f91