From 4a302b25adb34e6357506a25cbfba6e182ac9209 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 10 Sep 2007 13:17:20 +0000 Subject: Lots of source code formatting corrections svn-id: r28887 --- engines/lure/sound.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/lure/sound.cpp') diff --git a/engines/lure/sound.cpp b/engines/lure/sound.cpp index 8b927cca9d..b0fb3a54f6 100644 --- a/engines/lure/sound.cpp +++ b/engines/lure/sound.cpp @@ -131,8 +131,7 @@ void SoundManager::addSound2(uint8 soundIndex) { if (soundIndex == 6) // Chinese torture addSound(6); - else - { + else { SoundDescResource &descEntry = soundDescs()[soundIndex]; SoundDescResource *rec = findSound(descEntry.soundNumber); if (rec == NULL) -- cgit v1.2.3