From c4fe855acacbd13e6a737553f4b5f5bc3e2f5798 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 4 Nov 2006 23:36:42 +0000 Subject: [PATCH] Spacing. --- stepmania/src/Song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 82d672c303..74b3512dbf 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -775,7 +775,7 @@ void Song::SaveToDWIFile() if( IsAFile(sPath) ) FileCopy( sPath, sPath + ".old" ); - NotesWriterDWI::Write(sPath, *this); + NotesWriterDWI::Write( sPath, *this ); }