Update CriticalSection.h

Remove extra newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-16 17:47:42 -05:00
parent 1249e1f9f0
commit 474109f919
1 changed files with 0 additions and 1 deletions

View File

@ -31,4 +31,3 @@ private:
CGuard(const CGuard& copy);
CGuard &operator=(const CGuard& rhs);
};