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