From b6039f4fb5d7a6481482efa201e804476dabdcb8 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 17 Feb 2003 20:03:22 +0000 Subject: [PATCH] eol nl --- stepmania/src/OptionsCursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/OptionsCursor.cpp b/stepmania/src/OptionsCursor.cpp index fceca073ca..a86eee5428 100644 --- a/stepmania/src/OptionsCursor.cpp +++ b/stepmania/src/OptionsCursor.cpp @@ -77,4 +77,4 @@ void OptionsCursor::TweenBarWidth( int iNewWidth, float fTweenTime ) m_sprLeft.SetTweenX( -iNewWidth/2 - fFrameWidth/2 ); m_sprRight.SetTweenX( +iNewWidth/2 + fFrameWidth/2 ); -} \ No newline at end of file +}