Skip to content

Commit 20efb84

Browse files
committed
format meson.build
1 parent 2fd6981 commit 20efb84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ endif
4747
cc = meson.get_compiler('c')
4848
add_project_arguments(
4949
# https://github.com/cython/cython/issues/6870
50-
cc.get_supported_arguments(['-Wno-error=unused-parameter', '-Wno-error=unused-function']),
50+
cc.get_supported_arguments(
51+
['-Wno-error=unused-parameter', '-Wno-error=unused-function'],
52+
),
5153
language: 'c',
5254
)
5355
cy = meson.get_compiler('cython')

0 commit comments

Comments
 (0)