From 2b825d2311518cd32a97614bf43ff072e432510c Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Wed, 17 Mar 2021 03:33:14 -0500 Subject: [PATCH] Update SupportWindow.h Add newline --- Source/Project64/UserInterface/SupportWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64/UserInterface/SupportWindow.h b/Source/Project64/UserInterface/SupportWindow.h index c44ada8c7..e7afaa9bd 100644 --- a/Source/Project64/UserInterface/SupportWindow.h +++ b/Source/Project64/UserInterface/SupportWindow.h @@ -48,4 +48,4 @@ private: uint32_t m_TimeOutTime; HWND m_hParent; static CSupportWindow * m_this; -}; \ No newline at end of file +};