scummvm/graphics/scaler
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
..
2xsai.cpp
aspect.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
aspect.h
downscaler.cpp
downscaler.h
downscalerARM.s
hq2x_i386.asm JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
hq2x.cpp
hq3x_i386.asm JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
hq3x.cpp
intern.h
Normal2xARM.s ARM: Fix normal2x scaler for width % 4 != 0 2011-06-10 21:31:03 +02:00
scale2x.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
scale2x.h COMMON: Remove some double-underscore defines (reserved) 2011-11-14 14:59:58 +01:00
scale2xARM.s
scale3x.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
scale3x.h COMMON: Remove some double-underscore defines (reserved) 2011-11-14 14:59:58 +01:00
scalebit.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
scalebit.h COMMON: Remove some double-underscore defines (reserved) 2011-11-14 14:59:58 +01:00
thumbnail_intern.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00