diff options
author | David Robillard <d@drobilla.net> | 2024-11-15 08:52:04 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-15 08:52:04 -0500 |
commit | c8b2c46886888e53125f1027ef3ea96dc584bcaa (patch) | |
tree | 4ba167899860fafef7dc29b5b8d323c9c41a866e /include/lv2/dynmanifest | |
parent | b59021e44cc39c47031c58994323ebf1a37011d1 (diff) | |
download | lv2-c8b2c46886888e53125f1027ef3ea96dc584bcaa.tar.xz |
Update clang-format configuration
Diffstat (limited to 'include/lv2/dynmanifest')
-rw-r--r-- | include/lv2/dynmanifest/dynmanifest.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/include/lv2/dynmanifest/dynmanifest.h b/include/lv2/dynmanifest/dynmanifest.h index b1a273c..1c50e27 100644 --- a/include/lv2/dynmanifest/dynmanifest.h +++ b/include/lv2/dynmanifest/dynmanifest.h @@ -56,8 +56,7 @@ typedef void* LV2_Dyn_Manifest_Handle; evaluate the result of the operation by examining the returned value and MUST NOT try to interpret the value of handle. */ -LV2_SYMBOL_EXPORT -int +LV2_SYMBOL_EXPORT int lv2_dyn_manifest_open(LV2_Dyn_Manifest_Handle* handle, const LV2_Feature* const* features); @@ -84,8 +83,7 @@ lv2_dyn_manifest_open(LV2_Dyn_Manifest_Handle* handle, @return 0 on success, otherwise a non-zero error code. */ -LV2_SYMBOL_EXPORT -int +LV2_SYMBOL_EXPORT int lv2_dyn_manifest_get_subjects(LV2_Dyn_Manifest_Handle handle, FILE* fp); /** @@ -118,8 +116,7 @@ lv2_dyn_manifest_get_subjects(LV2_Dyn_Manifest_Handle handle, FILE* fp); @return 0 on success, otherwise a non-zero error code. */ -LV2_SYMBOL_EXPORT -int +LV2_SYMBOL_EXPORT int lv2_dyn_manifest_get_data(LV2_Dyn_Manifest_Handle handle, FILE* fp, const char* uri); @@ -135,8 +132,7 @@ lv2_dyn_manifest_get_data(LV2_Dyn_Manifest_Handle handle, @param handle Dynamic manifest generator handle. */ -LV2_SYMBOL_EXPORT -void +LV2_SYMBOL_EXPORT void lv2_dyn_manifest_close(LV2_Dyn_Manifest_Handle handle); #ifdef __cplusplus |