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/core/lv2.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/lv2/core/lv2.h') diff --git a/include/lv2/core/lv2.h b/include/lv2/core/lv2.h index c70a4c2..6fbb1ec 100644 --- a/include/lv2/core/lv2.h +++ b/include/lv2/core/lv2.h @@ -384,8 +384,7 @@ typedef struct LV2_Descriptor { Note that `index` has no meaning, hosts MUST NOT depend on it remaining consistent between loads of the plugin library. */ -LV2_SYMBOL_EXPORT -const LV2_Descriptor* +LV2_SYMBOL_EXPORT const LV2_Descriptor* lv2_descriptor(uint32_t index); /** @@ -450,8 +449,7 @@ typedef struct { be destroyed (using LV2_Lib_Descriptor::cleanup()) until all plugins loaded from that library have been destroyed. */ -LV2_SYMBOL_EXPORT -const LV2_Lib_Descriptor* +LV2_SYMBOL_EXPORT const LV2_Lib_Descriptor* lv2_lib_descriptor(const char* bundle_path, const LV2_Feature* const* features); /** -- cgit v1.2.1