mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
DIRECTOR: Fix whitespace
This commit is contained in:
parent
50c7cefc2c
commit
0a92826957
@ -796,7 +796,7 @@ Audio::AudioStream *AudioFileDecoder::getAudioStream(bool looping, bool forPuppe
|
||||
if (looping && forPuppet) {
|
||||
// If this is for a puppet, return an automatically looping stream.
|
||||
// Otherwise, the sound will be looped by the score
|
||||
return new Audio::LoopingAudioStream(stream, 0);
|
||||
return new Audio::LoopingAudioStream(stream, 0);
|
||||
}
|
||||
return stream;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user