aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-scope.lv2/examploscope.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-15 08:52:04 -0500
committerDavid Robillard <d@drobilla.net>2024-11-15 08:52:04 -0500
commitc8b2c46886888e53125f1027ef3ea96dc584bcaa (patch)
tree4ba167899860fafef7dc29b5b8d323c9c41a866e /plugins/eg-scope.lv2/examploscope.c
parentb59021e44cc39c47031c58994323ebf1a37011d1 (diff)
downloadlv2-c8b2c46886888e53125f1027ef3ea96dc584bcaa.tar.xz
Update clang-format configuration
Diffstat (limited to 'plugins/eg-scope.lv2/examploscope.c')
-rw-r--r--plugins/eg-scope.lv2/examploscope.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/eg-scope.lv2/examploscope.c b/plugins/eg-scope.lv2/examploscope.c
index 918fca2..f4d276d 100644
--- a/plugins/eg-scope.lv2/examploscope.c
+++ b/plugins/eg-scope.lv2/examploscope.c
@@ -398,8 +398,7 @@ static const LV2_Descriptor descriptor_stereo = {SCO_URI "#Stereo",
cleanup,
extension_data};
-LV2_SYMBOL_EXPORT
-const LV2_Descriptor*
+LV2_SYMBOL_EXPORT const LV2_Descriptor*
lv2_descriptor(uint32_t index)
{
switch (index) {