From 8c00fe39707e9b4d72805f443b23e4576ae8801c Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 25 May 2016 07:30:06 -0600 Subject: scons: whitespace cleanup This text transformation was done automatically via the following shell command: $ find -name SCons\* -exec sed -i s/\\s\\+$// '{}' \; Signed-off-by: Giuseppe Bilotta Reviewed-by: Brian Paul --- src/gallium/targets/libgl-gdi/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets/libgl-gdi') diff --git a/src/gallium/targets/libgl-gdi/SConscript b/src/gallium/targets/libgl-gdi/SConscript index 53284e5..2a52363 100644 --- a/src/gallium/targets/libgl-gdi/SConscript +++ b/src/gallium/targets/libgl-gdi/SConscript @@ -36,7 +36,7 @@ if env['gcc'] and env['machine'] != 'x86_64': sources += ['#src/gallium/state_trackers/wgl/opengl32.mingw.def'] else: sources += ['#src/gallium/state_trackers/wgl/opengl32.def'] - + drivers += [trace, rbug] env['no_import_lib'] = 1 -- cgit v1.1