Consistent style.

git-svn-id: svn://localhost/ardour2/branches/3.0@13180 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2012-09-08 18:18:47 +00:00
parent f404e90836
commit bfb5292e74

View File

@ -1362,7 +1362,8 @@ LV2Plugin::cleanup()
}
void
LV2Plugin::allocate_atom_event_buffers () {
LV2Plugin::allocate_atom_event_buffers()
{
/* reserve local scratch buffers for ATOM event-queues */
const LilvPlugin* p = _impl->plugin;