@@ -17,7 +17,7 @@ mount_api_found_open_tree = false
1717if get_option (' mount_api_use_open_tree_function' ).auto()
1818 mount_api_found_open_tree = c_compiler.has_function(
1919 ' open_tree' ,
20- prefix : ' #include <sys/mount.h>' ,
20+ prefix : ' #include <sys/mount.h>' ,
2121 )
2222elif get_option (' mount_api_use_open_tree_function' ).enabled()
2323 mount_api_found_open_tree = true
@@ -27,7 +27,7 @@ mount_api_found_move_mount = false
2727if get_option (' mount_api_use_move_mount_function' ).auto()
2828 mount_api_found_move_mount = c_compiler.has_function(
2929 ' move_mount' ,
30- prefix : ' #include <sys/mount.h>' ,
30+ prefix : ' #include <sys/mount.h>' ,
3131 )
3232elif get_option (' mount_api_use_move_mount_function' ).enabled()
3333 mount_api_found_move_mount = true
@@ -44,11 +44,11 @@ endif
4444python.extension_module(
4545 ' os' ,
4646 ' os.c' ,
47- subdir : ' lxns' ,
48- c_args : os_c_args,
49- install : true ,
50- link_args : os_link_args,
51- limited_api : limited_api,
47+ subdir : ' lxns' ,
48+ c_args : os_c_args,
49+ install : true ,
50+ link_args : os_link_args,
51+ limited_api : limited_api,
5252)
5353
5454lxns_python_files = [
@@ -59,7 +59,4 @@ lxns_python_files = [
5959 ' py.typed' ,
6060]
6161
62- python.install_sources(
63- lxns_python_files,
64- subdir : ' lxns' ,
65- )
62+ python.install_sources(lxns_python_files, subdir : ' lxns' )
0 commit comments