diff options
author | Giuseppe Bilotta <[email protected]> | 2016-05-25 07:30:06 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-05-25 12:23:12 -0600 |
commit | 8c00fe39707e9b4d72805f443b23e4576ae8801c (patch) | |
tree | 5ea793d8be0b4f17c7979902a1873c6a5903cc46 /src/glx | |
parent | 8c29bba242062a01e73743ca5086604a57c0efc5 (diff) |
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 <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript index 3bb846094ca..9727803d5a3 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' |