scummvm/engines/sci/sound
Tarek Soliman a4798602d7 JANITORIAL: Fix missing whitespace in pointer cast
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'

This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15 10:07:10 -06:00
..
drivers JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
audio.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
audio.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
midiparser_sci.cpp SCI: Reset parameters for all channels used by a song when it starts 2011-11-20 20:59:31 +02:00
midiparser_sci.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
music.cpp SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside SoundCommandParser 2011-12-28 13:14:55 +02:00
music.h SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside SoundCommandParser 2011-12-28 13:14:55 +02:00
soundcmd.cpp SCI: Always prefer digital sound effects to prevent confusion to users 2011-12-28 13:21:19 +02:00
soundcmd.h SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside SoundCommandParser 2011-12-28 13:14:55 +02:00