diff --git a/stepmania/src/ScreenEndlessBreak.cpp b/stepmania/src/ScreenEndlessBreak.cpp index 9c7c622b90..faf1e85827 100644 --- a/stepmania/src/ScreenEndlessBreak.cpp +++ b/stepmania/src/ScreenEndlessBreak.cpp @@ -104,4 +104,4 @@ void ScreenEndlessBreak::Input(const DeviceInput &DeviceI, const InputEventType } //Compiler bitching over this.. //Screen::Input( DeviceI, type, GameI, MenuI, StyleI ); -} \ No newline at end of file +} diff --git a/stepmania/src/ScreenEndlessBreak.h b/stepmania/src/ScreenEndlessBreak.h index 0a0b05fc82..b6d0c5992d 100644 --- a/stepmania/src/ScreenEndlessBreak.h +++ b/stepmania/src/ScreenEndlessBreak.h @@ -42,4 +42,4 @@ private: Transition m_Out; bool m_bExiting; }; -#endif \ No newline at end of file +#endif