summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorGiuseppe Bilotta <[email protected]>2016-05-25 07:30:06 -0600
committerBrian Paul <[email protected]>2016-05-25 12:23:12 -0600
commit8c00fe39707e9b4d72805f443b23e4576ae8801c (patch)
tree5ea793d8be0b4f17c7979902a1873c6a5903cc46 /src/mapi
parent8c29bba242062a01e73743ca5086604a57c0efc5 (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/mapi')
-rw-r--r--src/mapi/shared-glapi/SConscript2
1 files changed, 1 insertions, 1 deletions
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),
]