scummvm/engines/groovie
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
..
cell.cpp
cell.h
cursor.cpp
cursor.h
debug.cpp
debug.h
detection.cpp GROOVIE: Add GUIO_NOASPECT 2011-10-24 06:42:30 +02:00
detection.h
font.cpp
font.h
graphics.cpp
graphics.h
groovie.cpp ALL: Reduce audio/ header dependency 2011-08-06 11:30:42 +01:00
groovie.h GROOVIE: Remove Unecessary debugger errorString() function. 2011-06-03 13:58:06 +01:00
lzss.cpp
lzss.h
module.mk
music.cpp ALL: Reduce audio/ header dependency 2011-08-06 11:30:42 +01:00
music.h ALL: Reduce audio/ header dependency 2011-08-06 11:30:42 +01:00
player.cpp
player.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
resource.cpp GROOVIE: Ensure entire v2 res name is loaded with terminating null 2011-06-03 19:47:28 +09:30
resource.h
roq.cpp GROOVIE: Use SWAP(). 2011-11-21 15:58:31 +01:00
roq.h GROOVIE: Remove dither code from ROQ 2011-09-06 21:59:24 +09:30
saveload.cpp ENGINES: Clean up SaveStateDescriptor. 2011-07-02 21:07:55 +02:00
saveload.h
script.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
script.h
vdx.cpp
vdx.h