aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-params.lv2/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-23 16:08:07 -0400
committerDavid Robillard <d@drobilla.net>2023-09-23 17:09:41 -0400
commit31a8dbcca82a394f0dd236776692a8a53a031777 (patch)
tree6e6e09921441c8ba33de9b88ae2db7ba3f402f49 /plugins/eg-params.lv2/meson.build
parent7e8c1c7f96ea94869040fadd4550852b5ad67911 (diff)
downloadlv2-31a8dbcca82a394f0dd236776692a8a53a031777.tar.xz
Format meson.build files with muon
The less time wasted with manual code formatting, the better.
Diffstat (limited to 'plugins/eg-params.lv2/meson.build')
-rw-r--r--plugins/eg-params.lv2/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-params.lv2/meson.build b/plugins/eg-params.lv2/meson.build
index 5b06709..00602bc 100644
--- a/plugins/eg-params.lv2/meson.build
+++ b/plugins/eg-params.lv2/meson.build
@@ -19,7 +19,7 @@ module = shared_library(
config = configuration_data(
{
'LIB_EXT': '.' + module.full_path().split('.')[-1],
- }
+ },
)
foreach filename : data_filenames