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/gallium/auxiliary/SConscript | |
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/gallium/auxiliary/SConscript')
-rw-r--r-- | src/gallium/auxiliary/SConscript | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript index 3d83d4467b4..bdd9a1beaa1 100644 --- a/src/gallium/auxiliary/SConscript +++ b/src/gallium/auxiliary/SConscript @@ -13,15 +13,15 @@ env = env.Clone() env.MSVC2013Compat() env.CodeGenerate( - target = 'indices/u_indices_gen.c', - script = 'indices/u_indices_gen.py', + target = 'indices/u_indices_gen.c', + script = 'indices/u_indices_gen.py', source = [], command = python_cmd + ' $SCRIPT > $TARGET' ) env.CodeGenerate( - target = 'indices/u_unfilled_gen.c', - script = 'indices/u_unfilled_gen.py', + target = 'indices/u_unfilled_gen.c', + script = 'indices/u_unfilled_gen.py', source = [], command = python_cmd + ' $SCRIPT > $TARGET' ) @@ -35,7 +35,7 @@ env.CodeGenerate( env.Depends('util/u_format_table.c', [ '#src/gallium/auxiliary/util/u_format_parse.py', - 'util/u_format_pack.py', + 'util/u_format_pack.py', ]) source = env.ParseSourceList('Makefile.sources', [ |