diff options
author | David Robillard <d@drobilla.net> | 2024-11-15 08:52:04 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-15 08:52:04 -0500 |
commit | c8b2c46886888e53125f1027ef3ea96dc584bcaa (patch) | |
tree | 4ba167899860fafef7dc29b5b8d323c9c41a866e /plugins/eg-amp.lv2 | |
parent | b59021e44cc39c47031c58994323ebf1a37011d1 (diff) | |
download | lv2-c8b2c46886888e53125f1027ef3ea96dc584bcaa.tar.xz |
Update clang-format configuration
Diffstat (limited to 'plugins/eg-amp.lv2')
-rw-r--r-- | plugins/eg-amp.lv2/amp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/eg-amp.lv2/amp.c b/plugins/eg-amp.lv2/amp.c index 9c22049..8983769 100644 --- a/plugins/eg-amp.lv2/amp.c +++ b/plugins/eg-amp.lv2/amp.c @@ -196,8 +196,7 @@ static const LV2_Descriptor descriptor = {AMP_URI, This method is in the ``discovery'' threading class, so no other functions or methods in this plugin library will be called concurrently with it. */ -LV2_SYMBOL_EXPORT -const LV2_Descriptor* +LV2_SYMBOL_EXPORT const LV2_Descriptor* lv2_descriptor(uint32_t index) { return index == 0 ? &descriptor : NULL; |