diff options
author | David Robillard <d@drobilla.net> | 2011-04-27 17:00:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-27 17:00:29 +0000 |
commit | 278dc277d7470fa107f01ccc2917fdcc4252aee6 (patch) | |
tree | 6167c6338549f9fb2fbeaf56c45288ef6610b65c /ext/pui.lv2/pui.h | |
parent | dba3987ede4233318ba5fa869c1c34f12c13292d (diff) | |
download | lv2-278dc277d7470fa107f01ccc2917fdcc4252aee6.tar.xz |
Fix alignment.
Diffstat (limited to 'ext/pui.lv2/pui.h')
-rw-r--r-- | ext/pui.lv2/pui.h | 10 |
1 files 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. |