From 278dc277d7470fa107f01ccc2917fdcc4252aee6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 27 Apr 2011 17:00:29 +0000 Subject: Fix alignment. --- ext/pui.lv2/pui.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ext/pui.lv2/pui.h b/ext/pui.lv2/pui.h index 9dbe8db..660059c 100644 --- a/ext/pui.lv2/pui.h +++ b/ext/pui.lv2/pui.h @@ -262,11 +262,11 @@ typedef struct _LV2_PUI_Descriptor { 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); + 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