From ad2bddcbee17a637a73d24ede3ecffde8d499b62 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Nov 2011 19:56:38 +0000 Subject: Lint. --- ext/pui.lv2/pui.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'ext/pui.lv2') diff --git a/ext/pui.lv2/pui.h b/ext/pui.lv2/pui.h index 9286944..caa7deb 100644 --- a/ext/pui.lv2/pui.h +++ b/ext/pui.lv2/pui.h @@ -261,12 +261,13 @@ typedef struct _LV2_PUI_Descriptor { the same; @c features will probably not be the same array as the one the plugin host passes to a plugin. */ - LV2_PUI_Handle (*instantiate)(struct _LV2_PUI_Descriptor const* descriptor, - char const* plugin_uri, - char const* bundle_path, - LV2_PUI_Host_Descriptor const* host_descriptor, - LV2_PUI_Host_Handle host_handle, - LV2_Feature const* const* features); + LV2_PUI_Handle (*instantiate)( + struct _LV2_PUI_Descriptor const* descriptor, + char const* plugin_uri, + char const* bundle_path, + LV2_PUI_Host_Descriptor const* host_descriptor, + LV2_PUI_Host_Handle host_handle, + LV2_Feature const* const* features); /** Return the widget pointer for the UI object. -- cgit v1.2.1