aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_room_handler.cpp
diff options
context:
space:
mode:
authorAdrian Frühwirth2018-05-20 22:36:40 +0200
committerAdrian Frühwirth2018-05-20 23:40:20 +0200
commitc7f3416daa0238bb60e83a6d6d665a7f3a7e6d6c (patch)
treeed7b352caca6c4410c01b8eda21c58156bacdca8 /engines/titanic/sound/music_room_handler.cpp
parent5dda21c1c2552945a9446ee24ec6692734a0332a (diff)
downloadscummvm-rg350-c7f3416daa0238bb60e83a6d6d665a7f3a7e6d6c.tar.gz
scummvm-rg350-c7f3416daa0238bb60e83a6d6d665a7f3a7e6d6c.tar.bz2
scummvm-rg350-c7f3416daa0238bb60e83a6d6d665a7f3a7e6d6c.zip
JANITORIAL: Remove trailing whitespace
Diffstat (limited to 'engines/titanic/sound/music_room_handler.cpp')
-rw-r--r--engines/titanic/sound/music_room_handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/sound/music_room_handler.cpp b/engines/titanic/sound/music_room_handler.cpp
index 2265e46bb2..364023ea3a 100644
--- a/engines/titanic/sound/music_room_handler.cpp
+++ b/engines/titanic/sound/music_room_handler.cpp
@@ -230,7 +230,7 @@ void CMusicRoomHandler::updateAudio() {
}
}
}
-
+
_audioBuffer->push(audioData, size);
delete[] audioData;
}