scummvm/video
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
..
codecs
avi_decoder.cpp
avi_decoder.h
bink_decoder.cpp VIDEO: Fix the BINK decoder to play file whose width is 24px 2012-02-09 16:10:47 +01:00
bink_decoder.h VIDEO: Small refactoring of the Bink Decoder 2012-01-09 08:52:08 +01:00
binkdata.h
coktel_decoder.cpp
coktel_decoder.h
dxa_decoder.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
dxa_decoder.h
flic_decoder.cpp
flic_decoder.h
module.mk
qt_decoder.cpp VIDEO: Remove unused variable 2012-02-11 11:36:26 +01:00
qt_decoder.h
smk_decoder.cpp
smk_decoder.h
video_decoder.cpp
video_decoder.h