From 98788d7e9992d4f4a9f11449fbb14dd60cb48a1d Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Tue, 16 Mar 2021 18:01:53 -0500 Subject: [PATCH] Update Thread.h Add newline --- Source/Common/Thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Common/Thread.h b/Source/Common/Thread.h index 33977c5fc..815770241 100644 --- a/Source/Common/Thread.h +++ b/Source/Common/Thread.h @@ -34,4 +34,4 @@ private: #ifndef _WIN32 bool m_running; #endif -}; \ No newline at end of file +};