scummvm/backends/fs
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
..
amigaos4 JANITORIAL: Remove extra semicolons. 2011-11-27 12:54:22 +01:00
ds ALL: Require DECLARE_SINGLETON to be used in the Common namepsace 2011-06-30 22:41:41 +03:00
n64 JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
posix PS3: Initial version of the PlayStation 3 backend 2011-06-22 19:51:02 +02:00
ps2 JANITORIAL: Remove extra semicolons. 2011-11-27 12:54:22 +01:00
ps3 PS3: Initial version of the PlayStation 3 backend 2011-06-22 19:51:02 +02:00
psp JANITORIAL: Remove extra semicolons. 2011-11-27 12:54:22 +01:00
symbian JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
wii JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
windows JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
abstract-fs.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
abstract-fs.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
fs-factory.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
stdiostream.cpp BADA: Initial BADA port implementation 2011-08-21 16:37:06 +10:00
stdiostream.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00