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/compiler/SConscript.glsl | |
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 <giuseppe.bilotta@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/compiler/SConscript.glsl')
-rw-r--r-- | src/compiler/SConscript.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/SConscript.glsl b/src/compiler/SConscript.glsl index 43a11d105d..73abaf13ac 100644 --- a/src/compiler/SConscript.glsl +++ b/src/compiler/SConscript.glsl @@ -51,7 +51,7 @@ glsl_sources = [ glcpp_parser[0], glsl_lexer, glsl_parser[0], -] +] # parse Makefile.sources source_lists = env.ParseSourceList('Makefile.sources') |