From 575bcb54a2df957d4b3107bbcfa703364dfc69ba Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 12 Jan 2016 11:49:00 +0100 Subject: VOYEUR: Fix formatting in sound.cpp. --- engines/voyeur/sound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/voyeur/sound.cpp b/engines/voyeur/sound.cpp index 0e9d35e9a6..f47fdde3e1 100644 --- a/engines/voyeur/sound.cpp +++ b/engines/voyeur/sound.cpp @@ -28,7 +28,7 @@ namespace Voyeur { - SoundManager::SoundManager(Audio::Mixer *mixer) { +SoundManager::SoundManager(Audio::Mixer *mixer) { _mixer = mixer; _vocOffset = 0; } @@ -54,7 +54,7 @@ void SoundManager::setVOCOffset(int offset) { } Common::String SoundManager::getVOCFileName(int idx) { - assert (idx >= 0); + assert(idx >= 0); return Common::String::format("%s.voc", SZ_FILENAMES[idx]); } -- cgit v1.2.3