From 0ce82297012af0feefb348f85e8256584db8a1f6 Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Thu, 3 Jul 2003 18:13:13 +0000 Subject: [PATCH] eol --- stepmania/src/ModeSwitcher.cpp | 2 +- stepmania/src/ScreenPlayerOptions.cpp | 2 +- stepmania/src/ScreenSandbox.cpp | 2 +- stepmania/src/StepmaniaTemplates.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stepmania/src/ModeSwitcher.cpp b/stepmania/src/ModeSwitcher.cpp index 42fbd394bd..05a931b0f3 100644 --- a/stepmania/src/ModeSwitcher.cpp +++ b/stepmania/src/ModeSwitcher.cpp @@ -404,4 +404,4 @@ void ModeSwitcher::PrevMode(int pn) m_Stylename.SetText(GetStyleName()); m_Nextmode.SetText(GetNextStyleName()); m_Prevmode.SetText(GetPrevStyleName()); -} \ No newline at end of file +} diff --git a/stepmania/src/ScreenPlayerOptions.cpp b/stepmania/src/ScreenPlayerOptions.cpp index da76a0bb34..278d56cc06 100644 --- a/stepmania/src/ScreenPlayerOptions.cpp +++ b/stepmania/src/ScreenPlayerOptions.cpp @@ -398,4 +398,4 @@ void ScreenPlayerOptions::HandleScreenMessage( const ScreenMessage SM ) break; } ScreenOptions::HandleScreenMessage( SM ); -} \ No newline at end of file +} diff --git a/stepmania/src/ScreenSandbox.cpp b/stepmania/src/ScreenSandbox.cpp index e18c15334b..b1c27970b6 100644 --- a/stepmania/src/ScreenSandbox.cpp +++ b/stepmania/src/ScreenSandbox.cpp @@ -93,4 +93,4 @@ void ScreenSandbox::MenuRight( PlayerNumber pn ) { m_Out.Load( THEME->GetPathToB("_menu out") ); m_Out.StartTransitioning(); -} \ No newline at end of file +} diff --git a/stepmania/src/StepmaniaTemplates.cpp b/stepmania/src/StepmaniaTemplates.cpp index 37e068b97b..f3ba0c728a 100644 --- a/stepmania/src/StepmaniaTemplates.cpp +++ b/stepmania/src/StepmaniaTemplates.cpp @@ -1,3 +1,3 @@ #include -template class std::basic_string, std::allocator >; \ No newline at end of file +template class std::basic_string, std::allocator >;