From c8faa1d46dfca9df184015446bdb043f009d580c Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Wed, 17 Mar 2021 04:28:07 -0500 Subject: [PATCH] Update wtl-BitmapPicture.h Add newline --- Source/Project64/UserInterface/WTLControls/wtl-BitmapPicture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64/UserInterface/WTLControls/wtl-BitmapPicture.h b/Source/Project64/UserInterface/WTLControls/wtl-BitmapPicture.h index 70177122d..a52717358 100644 --- a/Source/Project64/UserInterface/WTLControls/wtl-BitmapPicture.h +++ b/Source/Project64/UserInterface/WTLControls/wtl-BitmapPicture.h @@ -29,4 +29,4 @@ private: BITMAP m_bmInfo; CBitmap m_hBitmap; CBrush m_BackgroundBrush; -}; \ No newline at end of file +};