diff --git a/stepmania/src/BPMDisplay.cpp b/stepmania/src/BPMDisplay.cpp index 54e991a771..2d904e8a35 100644 --- a/stepmania/src/BPMDisplay.cpp +++ b/stepmania/src/BPMDisplay.cpp @@ -139,4 +139,4 @@ void BPMDisplay::SetBPMRange( float fLowBPM, float fHighBPM ) m_textLabel.SetTweenDiffuseBottomEdge( NORMAL_COLOR_BOTTOM ); } -} \ No newline at end of file +} diff --git a/stepmania/src/DifficultyRating.cpp b/stepmania/src/DifficultyRating.cpp index 5489d7a04f..6da1406e5d 100644 --- a/stepmania/src/DifficultyRating.cpp +++ b/stepmania/src/DifficultyRating.cpp @@ -117,4 +117,4 @@ void DifficultyRating::SetOrientation(int Orientation) } } } -} \ No newline at end of file +} diff --git a/stepmania/src/DifficultyRating.h b/stepmania/src/DifficultyRating.h index 3ea915f4b5..b89d1b67e7 100644 --- a/stepmania/src/DifficultyRating.h +++ b/stepmania/src/DifficultyRating.h @@ -31,4 +31,4 @@ private: vector m_apSprites; // stores the list of elements (left to right) }; -#endif \ No newline at end of file +#endif diff --git a/stepmania/src/InputQueue.cpp b/stepmania/src/InputQueue.cpp index 4ee2e47db2..06dcf42f60 100644 --- a/stepmania/src/InputQueue.cpp +++ b/stepmania/src/InputQueue.cpp @@ -89,4 +89,4 @@ bool InputQueue::MatchesPattern( const GameController c, const GameButton* butto sequence_index--; } return false; -} \ No newline at end of file +} diff --git a/stepmania/src/LifeMeterBar.cpp b/stepmania/src/LifeMeterBar.cpp index cd05e43d98..b359fed430 100644 --- a/stepmania/src/LifeMeterBar.cpp +++ b/stepmania/src/LifeMeterBar.cpp @@ -571,4 +571,4 @@ void LifeStream::DrawPrimitives() pd3dDevice->DrawPrimitive( D3DPT_TRIANGLESTRIP, 0, iNumV-2 ); } -*/ \ No newline at end of file +*/ diff --git a/stepmania/src/LifeMeterBattery.cpp b/stepmania/src/LifeMeterBattery.cpp index 089b0eb594..5b52141b1c 100644 --- a/stepmania/src/LifeMeterBattery.cpp +++ b/stepmania/src/LifeMeterBattery.cpp @@ -219,4 +219,4 @@ void LifeMeterBattery::Update( float fDeltaTime ) CLAMP( iFrameNo, 0, 3 ); m_sprBattery.SetState( iFrameNo ); } -} \ No newline at end of file +} diff --git a/stepmania/src/ScreenJukebox.cpp b/stepmania/src/ScreenJukebox.cpp index 1415218e53..ec30cf8094 100644 --- a/stepmania/src/ScreenJukebox.cpp +++ b/stepmania/src/ScreenJukebox.cpp @@ -242,4 +242,4 @@ void ScreenJukebox::HandleScreenMessage( const ScreenMessage SM ) } ScreenGameplay::HandleScreenMessage( SM ); -} \ No newline at end of file +} diff --git a/stepmania/src/ScreenLogo.h b/stepmania/src/ScreenLogo.h index 37395965d7..41173661e8 100644 --- a/stepmania/src/ScreenLogo.h +++ b/stepmania/src/ScreenLogo.h @@ -28,4 +28,4 @@ protected: -#endif \ No newline at end of file +#endif