aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-27 17:00:29 +0000
committerDavid Robillard <d@drobilla.net>2011-04-27 17:00:29 +0000
commit278dc277d7470fa107f01ccc2917fdcc4252aee6 (patch)
tree6167c6338549f9fb2fbeaf56c45288ef6610b65c /ext
parentdba3987ede4233318ba5fa869c1c34f12c13292d (diff)
downloadlv2-278dc277d7470fa107f01ccc2917fdcc4252aee6.tar.xz
Fix alignment.
Diffstat (limited to 'ext')
-rw-r--r--ext/pui.lv2/pui.h10
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.