From c8b2c46886888e53125f1027ef3ea96dc584bcaa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Nov 2024 08:52:04 -0500 Subject: Update clang-format configuration --- plugins/eg-scope.lv2/examploscope.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/eg-scope.lv2/examploscope.c') 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) { -- cgit v1.2.1