From 6f4a5af3b99e42fb4ea1c271af93d747e9264a4e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Jun 2003 20:20:25 +0000 Subject: [PATCH] remove whitespace --- stepmania/src/UnlockSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/UnlockSystem.cpp b/stepmania/src/UnlockSystem.cpp index 299aefc319..87f13e8640 100644 --- a/stepmania/src/UnlockSystem.cpp +++ b/stepmania/src/UnlockSystem.cpp @@ -69,7 +69,7 @@ void UnlockSystem::SortSongEntriesArray() bool UnlockSystem::LoadFromDATFile( CString sPath ) { - LOG->Trace( "\n\n\n\nUnlockSystem::LoadFromDATFile(%s)", sPath.c_str() ); + LOG->Trace( "UnlockSystem::LoadFromDATFile(%s)", sPath.c_str() ); ifstream input(sPath); if(input.bad())