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 TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
anim.h TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
audio.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
audio.h TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
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 GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
console.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
conversation.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
conversation.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
detection.cpp TOON: Add russian version detection 2012-02-12 23:16:54 +01:00
drew.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
drew.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
flux.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
flux.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
font.cpp TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
font.h TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
hotspot.cpp TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
hotspot.h TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
module.mk TOON: Added basic debugging console to engine 2010-11-07 17:18:59 +00:00
movie.cpp TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
movie.h TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
path.cpp TOON: Replace usage of 'goto'. 2011-12-08 03:10:17 +00:00
path.h TOON: Cleanup and Memory Usage Reduction fixes in PathFinding Heap. 2011-07-20 23:05:24 +01:00
picture.cpp TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
picture.h TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
resource.cpp TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
resource.h TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
script_func.cpp TOON: Fix Flux jumpy animation when imprisoned 2011-10-07 01:10:51 +02:00
script_func.h JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
script.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
script.h JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
state.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
state.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
text.cpp TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
text.h TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00
tools.cpp JANITORIAL: Fix some formatting glitches in gob, hugo and toon 2011-09-08 07:55:40 +02:00
tools.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
toon.cpp TOON: Fix bug #3467139 with russian version crash 2012-02-12 23:18:40 +01:00
toon.h TOON: Clean up Common::String usage 2011-11-27 00:53:39 +01:00