From 31a8dbcca82a394f0dd236776692a8a53a031777 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 16:08:07 -0400 Subject: Format meson.build files with muon The less time wasted with manual code formatting, the better. --- doc/c/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/c/meson.build') diff --git a/doc/c/meson.build b/doc/c/meson.build index 7285c60..da88b86 100644 --- a/doc/c/meson.build +++ b/doc/c/meson.build @@ -11,7 +11,7 @@ if doxygen.found() 'LV2_SRCDIR': lv2_source_root, 'LV2_BUILDDIR': lv2_build_root, 'LV2_VERSION': meson.project_version(), - } + }, ) reference_doxygen = configure_file( -- cgit v1.2.1