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/glx/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/glx') diff --git a/src/glx/SConscript b/src/glx/SConscript index 3bb8460..9727803 100644 --- a/src/glx/SConscript +++ b/src/glx/SConscript @@ -109,14 +109,14 @@ env.CodeGenerate( ) env.CodeGenerate( - target = 'indirect_size.c', + target = 'indirect_size.c', script = GLAPI + 'gen/glX_proto_size.py', source = sources, command = python_cmd + ' $SCRIPT -f $SOURCE -m size_c --only-set > $TARGET' ) env.CodeGenerate( - target = 'indirect_init.c', + target = 'indirect_init.c', script = GLAPI + 'gen/glX_proto_send.py', source = sources, command = python_cmd + ' $SCRIPT -f $SOURCE -m init_c > $TARGET' -- cgit v1.1