scummvm/engines/toltecs
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
..
animation.cpp
animation.h
detection.cpp
menu.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
menu.h
microtiles.cpp
microtiles.h
module.mk
movie.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
movie.h
music.cpp
music.h
palette.cpp
palette.h
render.cpp
render.h
resource.cpp
resource.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
saveload.cpp
screen.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
screen.h
script.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
script.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
segmap.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
segmap.h
sound.cpp
sound.h
sprite.cpp
toltecs.cpp
toltecs.h