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>
This commit is contained in:
Giuseppe Bilotta
2016-05-25 07:30:06 -06:00
committed by Brian Paul
parent 8c29bba242
commit 8c00fe3970
10 changed files with 21 additions and 21 deletions

View File

@@ -51,7 +51,7 @@ glsl_sources = [
glcpp_parser[0],
glsl_lexer,
glsl_parser[0],
]
]
# parse Makefile.sources
source_lists = env.ParseSourceList('Makefile.sources')