diff --git a/Source/Project64/UserInterface/Debugger/Debugger-AddBreakpoint.h b/Source/Project64/UserInterface/Debugger/Debugger-AddBreakpoint.h index dcbf608bc..f0e24454b 100644 --- a/Source/Project64/UserInterface/Debugger/Debugger-AddBreakpoint.h +++ b/Source/Project64/UserInterface/Debugger/Debugger-AddBreakpoint.h @@ -31,4 +31,4 @@ private: COMMAND_CODE_HANDLER(BN_CLICKED, OnClicked) MSG_WM_DESTROY(OnDestroy) END_MSG_MAP() -}; \ No newline at end of file +};