Re: [Mesa-dev] [PATCH] st:glsl_to_tgsi: fix whitespace

2015-02-16 Thread Ilia Mirkin
[re-adding mesa-dev, dropped by accident] On Mon, Feb 16, 2015 at 11:48 PM, Ilia Mirkin wrote: > On Mon, Feb 16, 2015 at 7:06 PM, Dave Airlie wrote: >> From: Dave Airlie >> >> everytime I open this file in emacs with show trailing whitespace >> or git add from it my screen flares with red. >> >

[Mesa-dev] [PATCH] st:glsl_to_tgsi: fix whitespace

2015-02-16 Thread Dave Airlie
From: Dave Airlie everytime I open this file in emacs with show trailing whitespace or git add from it my screen flares with red. Just do a general cleanup, makes working on fp64 support not as jarring. I'm not saying this is perfect, its just better than before. Signed-off-by: Dave Airlie --