From 5997e920648574e33e3401a8f1b2c7715484ac73 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 26 Apr 2003 21:07:43 +0000 Subject: [PATCH] whitespace --- stepmania/src/arch/Sound/RageSoundDriver_Null.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp b/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp index 15c1153c03..0e7e259e4c 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp @@ -149,7 +149,6 @@ RageSound_Null::~RageSound_Null() LOG->Trace("Shutting down mixer thread ..."); SDL_WaitThread(MixerThreadPtr, NULL); LOG->Trace("Mixer thread shut down."); - } float RageSound_Null::GetPlayLatency() const