diff options
author | David Robillard <d@drobilla.net> | 2023-09-23 16:08:07 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-23 17:09:41 -0400 |
commit | 31a8dbcca82a394f0dd236776692a8a53a031777 (patch) | |
tree | 6e6e09921441c8ba33de9b88ae2db7ba3f402f49 /doc/c | |
parent | 7e8c1c7f96ea94869040fadd4550852b5ad67911 (diff) | |
download | lv2-31a8dbcca82a394f0dd236776692a8a53a031777.tar.xz |
Format meson.build files with muon
The less time wasted with manual code formatting, the better.
Diffstat (limited to 'doc/c')
-rw-r--r-- | doc/c/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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( |