aboutsummaryrefslogtreecommitdiffstats
path: root/include/lv2/ui/ui.h
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 /include/lv2/ui/ui.h
parentb59021e44cc39c47031c58994323ebf1a37011d1 (diff)
downloadlv2-c8b2c46886888e53125f1027ef3ea96dc584bcaa.tar.xz
Update clang-format configuration
Diffstat (limited to 'include/lv2/ui/ui.h')
-rw-r--r--include/lv2/ui/ui.h3
1 files changed, 1 insertions, 2 deletions
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);
/**