scummvm/audio
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
..
decoders JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
mods AUDIO: Return 0 instead of false in Tfmx::loadSampleFile. 2012-01-29 16:32:44 +01:00
softsynth JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
audiostream.cpp AUDIO: Simplify complicated loop condition. 2011-08-07 15:19:08 +02:00
audiostream.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
fmopl.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
fmopl.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
mididrv.cpp ALL: Reduce assignment of "" to Common::String. 2011-10-23 20:04:03 +02:00
mididrv.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
midiparser_smf.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
midiparser_xmidi.cpp AUDIO: Small cleanup in MidiParser_XMIDI::loadMusic 2011-06-10 22:15:39 +02:00
midiparser.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
midiparser.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
midiplayer.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
midiplayer.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
mixer_intern.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
mixer.cpp COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of a dispose flag. 2011-08-07 15:19:08 +02:00
mixer.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
module.mk AUDIO: Rename Vag to XA 2011-08-24 09:54:19 -04:00
mpu401.cpp OSYSTEM: extended installTimerProc() with timer ID parameter 2011-08-06 11:28:35 +01:00
mpu401.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
musicplugin.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
musicplugin.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
null.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
null.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
rate_arm_asm.s AUDIO: Fix some comments and whitespace 2011-10-31 23:28:53 +01:00
rate_arm.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
rate.cpp AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with malloc 2011-06-23 15:11:36 +08:00
rate.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
timestamp.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
timestamp.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00