From e03820e56ba4df37fb42f57ec7ed46f4d5a3c5a5 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Tue, 11 Nov 2003 15:44:24 +0000 Subject: [PATCH] Added newline at end of file. (If this text is buggy, it's due to remote upload) --- stepmania/src/CombinedLifeMeterTug.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/CombinedLifeMeterTug.cpp b/stepmania/src/CombinedLifeMeterTug.cpp index df968fef8a..50b9db7e6f 100644 --- a/stepmania/src/CombinedLifeMeterTug.cpp +++ b/stepmania/src/CombinedLifeMeterTug.cpp @@ -115,4 +115,5 @@ void CombinedLifeMeterTug::ChangeLifeMine( PlayerNumber pn ) CLAMP( GAMESTATE->m_fTugLifePercentP1, 0, 1 ); -} \ No newline at end of file +} +