From 55d5ba7bc8c639f6e3313d1050feeb467e20cf08 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Wed, 17 Mar 2021 03:27:23 -0500 Subject: [PATCH] Update About.h Add newline --- Source/Project64/UserInterface/About.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64/UserInterface/About.h b/Source/Project64/UserInterface/About.h index dcea958b1..2113fdbbf 100644 --- a/Source/Project64/UserInterface/About.h +++ b/Source/Project64/UserInterface/About.h @@ -34,4 +34,4 @@ private: CBitmapPicture m_Logo; CFont m_BoldFont; CFont m_TextFont; -}; \ No newline at end of file +};