From baef74db4296f56255fcf17325686bae842e461e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 17 Mar 2003 23:24:00 +0000 Subject: [PATCH] newline at eof --- stepmania/src/MenuTimer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/MenuTimer.cpp b/stepmania/src/MenuTimer.cpp index 19ee8fc8b9..7eaeee39c6 100644 --- a/stepmania/src/MenuTimer.cpp +++ b/stepmania/src/MenuTimer.cpp @@ -184,4 +184,4 @@ void MenuTimer::SetText( int iSeconds ) m_textDigit1.SetText( ssprintf("%d",iDigit1) ); m_textDigit2.SetText( ssprintf("%d",iDigit2) ); -} \ No newline at end of file +}