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 --- include/lv2/ui/ui.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/lv2/ui/ui.h') diff --git a/include/lv2/ui/ui.h b/include/lv2/ui/ui.h index d17edcb..af7a723 100644 --- a/include/lv2/ui/ui.h +++ b/include/lv2/ui/ui.h @@ -511,8 +511,7 @@ typedef struct { This is the entry point to a UI library, which works in the same way as lv2_descriptor() but for UIs rather than plugins. */ -LV2_SYMBOL_EXPORT -const LV2UI_Descriptor* +LV2_SYMBOL_EXPORT const LV2UI_Descriptor* lv2ui_descriptor(uint32_t index); /** -- cgit v1.2.1