From 66ad3770c761ab03ca1f67b15b32bebb6a4f2cac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Dec 2022 15:36:07 -0500 Subject: Use consistent meson formatting --- doc/c/meson.build | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/c/meson.build b/doc/c/meson.build index 0f29e69..53e69dc 100644 --- a/doc/c/meson.build +++ b/doc/c/meson.build @@ -4,13 +4,17 @@ config = configuration_data() config.set('LILV_VERSION', meson.project_version()) -conf_py = configure_file(configuration: config, - input: files('../conf.py.in'), - output: 'conf.py') +conf_py = configure_file( + configuration: config, + input: files('../conf.py.in'), + output: 'conf.py', +) -configure_file(copy: true, - input: files('../summary.rst'), - output: 'summary.rst') +configure_file( + copy: true, + input: files('../summary.rst'), + output: 'summary.rst', +) c_rst_files = files( 'index.rst', -- cgit v1.2.1