From 474109f919b99984889696d475784d6654da3ed4 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Tue, 16 Mar 2021 17:47:42 -0500 Subject: [PATCH] Update CriticalSection.h Remove extra newline --- Source/Common/CriticalSection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Common/CriticalSection.h b/Source/Common/CriticalSection.h index db22b0c73..5c638617d 100644 --- a/Source/Common/CriticalSection.h +++ b/Source/Common/CriticalSection.h @@ -31,4 +31,3 @@ private: CGuard(const CGuard& copy); CGuard &operator=(const CGuard& rhs); }; -