scummvm/engines/toon
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
..
anim.cpp
anim.h
audio.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
audio.h
character.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
character.h JANITORIAL: Remove extra semicolons. 2011-11-27 12:54:22 +01:00
console.cpp
console.h
conversation.cpp
conversation.h
detection.cpp TOON: Add russian version detection 2012-02-12 23:16:54 +01:00
drew.cpp
drew.h
flux.cpp
flux.h
font.cpp
font.h
hotspot.cpp
hotspot.h
module.mk
movie.cpp
movie.h
path.cpp TOON: Replace usage of 'goto'. 2011-12-08 03:10:17 +00:00
path.h
picture.cpp
picture.h
resource.cpp
resource.h
script_func.cpp
script_func.h JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
script.cpp
script.h
state.cpp
state.h
text.cpp
text.h
tools.cpp
tools.h
toon.cpp TOON: Fix bug #3467139 with russian version crash 2012-02-12 23:18:40 +01:00
toon.h