scummvm/backends/platform/sdl/posix
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
..
posix-main.cpp MAEMO: Add basic platform backend with stubbed keymapper 2011-09-22 22:07:44 -05:00
posix.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
posix.h POSIX: Implement displayLogFile in the posix backend 2011-06-04 15:12:07 +02:00