From c820c1cdf03061dd5d761ae0653a5575cf2aef53 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Sat, 27 Mar 2021 00:36:16 -0500 Subject: [PATCH] Update DirectInput.h Add newline --- Source/Project64-input/DirectInput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64-input/DirectInput.h b/Source/Project64-input/DirectInput.h index 7b119d544..f29c30da7 100644 --- a/Source/Project64-input/DirectInput.h +++ b/Source/Project64-input/DirectInput.h @@ -97,4 +97,4 @@ private: LPDIRECTINPUT8 m_pDIHandle; HINSTANCE m_hinst; HWND m_hWnd; -}; \ No newline at end of file +};