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/uri-map/uri-map.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/lv2/uri-map') diff --git a/include/lv2/uri-map/uri-map.h b/include/lv2/uri-map/uri-map.h index dc25a55..1e7a327 100644 --- a/include/lv2/uri-map/uri-map.h +++ b/include/lv2/uri-map/uri-map.h @@ -43,8 +43,7 @@ LV2_DISABLE_DEPRECATION_WARNINGS /** Opaque pointer to host data. */ -LV2_DEPRECATED -typedef void* LV2_URI_Map_Callback_Data; +LV2_DEPRECATED typedef void* LV2_URI_Map_Callback_Data; /** URI Map Feature. @@ -53,8 +52,7 @@ typedef void* LV2_URI_Map_Callback_Data; plugin's instantiate method with URI "http://lv2plug.in/ns/ext/uri-map" and data pointed to an instance of this struct. */ -LV2_DEPRECATED -typedef struct { +LV2_DEPRECATED typedef struct { /** Opaque pointer to host data. -- cgit v1.2.1