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:
committed by
Brian Paul
parent
8c29bba242
commit
8c00fe3970
@@ -40,7 +40,7 @@ def mapi_objects(env, printer, mode):
|
||||
'#/src',
|
||||
'#/src/mapi',
|
||||
]
|
||||
|
||||
|
||||
cppdefines = mapi_defines[mode] + [
|
||||
'MAPI_ABI_HEADER=\\"%s\\"' % (header_name),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user