Skip to content

Commit

Permalink
tab consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
James-E-A committed Jan 26, 2024
1 parent 80e28db commit dd4829f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cffi_modules/_common_cffi_maker.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ def make_pqclean_ffi(build_root, c_header_sources, cdefs, *,
extra_objects=extra_objects,
extra_compile_args=extra_compile_args,
libraries=libraries,
py_limited_api=True
py_limited_api=True
)
return ffibuilder

0 comments on commit dd4829f

Please sign in to comment.