Skip to content

Commit cbda033

Browse files
committed
pep8 in camellia_build/_build_utils.py
1 parent e9022f6 commit cbda033

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/camellia_build/_build_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ def make_ffi(source_file, header_file, name, extra_link_args=[]):
2626

2727
with open(source_file) as f:
2828
source = f.read()
29-
29+
3030
ffi = FFI()
3131
ffi.cdef(header)
3232

3333
extra_link_args = list(extra_link_args)
34-
34+
3535
if get_compiler().compiler_type == "msvc":
3636
# DEP + ASLR
3737
extra_link_args += ["/NXCOMPAT", "/DYNAMICBASE"]

0 commit comments

Comments
 (0)