two spaces

pull/1633/head
Adeeb Shihadeh 2020-11-24 21:19:29 -08:00
parent d56e04c0d9
commit acff834fcc
1 changed files with 21 additions and 20 deletions

View File

@ -11,7 +11,8 @@ def create_builder(env):
action = cythonAction,
emitter = {},
suffix = cython_suffix_emitter,
single_source = 1)
single_source = 1
)
env['BUILDERS']['Cython'] = cython
return cython