diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2016-05-25 07:30:06 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2016-05-25 12:23:12 -0600 |
commit | 8c00fe39707e9b4d72805f443b23e4576ae8801c (patch) | |
tree | 5ea793d8be0b4f17c7979902a1873c6a5903cc46 /src/glx | |
parent | 8c29bba242062a01e73743ca5086604a57c0efc5 (diff) | |
download | external_mesa3d-8c00fe39707e9b4d72805f443b23e4576ae8801c.zip external_mesa3d-8c00fe39707e9b4d72805f443b23e4576ae8801c.tar.gz external_mesa3d-8c00fe39707e9b4d72805f443b23e4576ae8801c.tar.bz2 |
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 <giuseppe.bilotta@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
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 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' |