From a4b351bec5be4397f0a14a0817b31e39102acbba Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Sat, 27 Mar 2021 00:35:51 -0500 Subject: [PATCH] Update DeviceNotification.h Add newline --- Source/Project64-input/DeviceNotification.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64-input/DeviceNotification.h b/Source/Project64-input/DeviceNotification.h index 592ba095a..25e904876 100644 --- a/Source/Project64-input/DeviceNotification.h +++ b/Source/Project64-input/DeviceNotification.h @@ -20,4 +20,4 @@ public: private: int OnCreate(LPCREATESTRUCT lpCreateStruct); BOOL OnDeviceChange(UINT nEventType, DWORD dwData); -}; \ No newline at end of file +};