From 8c00fe39707e9b4d72805f443b23e4576ae8801c Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 25 May 2016 07:30:06 -0600 Subject: 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 Reviewed-by: Brian Paul --- src/mapi/shared-glapi/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapi') diff --git a/src/mapi/shared-glapi/SConscript b/src/mapi/shared-glapi/SConscript index 26bfe7e9529..fc51c3a0206 100644 --- a/src/mapi/shared-glapi/SConscript +++ b/src/mapi/shared-glapi/SConscript @@ -40,7 +40,7 @@ def mapi_objects(env, printer, mode): '#/src', '#/src/mapi', ] - + cppdefines = mapi_defines[mode] + [ 'MAPI_ABI_HEADER=\\"%s\\"' % (header_name), ] -- cgit v1.2.3