scummvm/engines/lastexpress
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
..
data COMMON: Make more members of Archive constant. 2011-12-13 17:55:57 +01:00
entities JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
fight LASTEXPRESS: Cleanup comments 2011-06-28 22:54:51 -04:00
game JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
menu LASTEXPRESS: Cleanup comments 2011-06-28 22:54:51 -04:00
sound LASTEXPRESS: Simplify SoundQueue::updateQueue() 2011-07-08 22:03:34 -04:00
debug.cpp LASTEXPRESS: Move Sound class to the sound folder 2011-06-28 22:30:24 -04:00
debug.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
detection.cpp LASTEXPRESS: Add GUIO_NOASPECT to Last Express 2011-10-24 06:22:09 +02:00
drawable.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
eventhandler.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
graphics.cpp LASTEXPRESS: Cleanup comments 2011-06-28 22:54:51 -04:00
graphics.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
helpers.h LASTEXPRESS: Move sound queue related functions to a separate class 2011-06-28 22:13:40 -04:00
lastexpress.cpp LASTEXPRESS: Reduce header dependency 2011-08-06 11:28:37 +01:00
lastexpress.h LASTEXPRESS: Reduce header dependency 2011-08-06 11:28:37 +01:00
module.mk JANITORIAL: Add missing NL at EOF. 2011-08-07 13:53:33 +02:00
resource.cpp COMMON: Make more members of Archive constant. 2011-12-13 17:55:57 +01:00
resource.h COMMON: Make more members of Archive constant. 2011-12-13 17:55:57 +01:00
shared.h LASTEXPRESS: Simplify SoundQueue::updateQueue() 2011-07-08 22:03:34 -04:00