From 8adeb93d8d326732ffaa445fba7654e4b84721f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 19 Feb 2015 04:05:29 -0500 Subject: Clean up whitespace. --- lv2/lv2plug.in/ns/ext/event/event-helpers.h | 1 - lv2/lv2plug.in/ns/ext/resize-port/resize-port.h | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext') diff --git a/lv2/lv2plug.in/ns/ext/event/event-helpers.h b/lv2/lv2plug.in/ns/ext/event/event-helpers.h index 06e02a7..d459118 100644 --- a/lv2/lv2plug.in/ns/ext/event/event-helpers.h +++ b/lv2/lv2plug.in/ns/ext/event/event-helpers.h @@ -263,4 +263,3 @@ lv2_event_write_event(LV2_Event_Iterator* iter, #endif #endif /* LV2_EVENT_HELPERS_H */ - diff --git a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h index 3d883a8..b8015dd 100644 --- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h +++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h @@ -56,15 +56,15 @@ typedef struct { /** Resize a port buffer to at least `size` bytes. - + This function MAY return an error, in which case the port buffer was not resized and the port is still connected to the same location. Plugins MUST gracefully handle this situation. - + This function is in the audio threading class. - + The host MUST preserve the contents of the port buffer when resizing. - + Plugins MAY resize a port many times in a single run callback. Hosts SHOULD make this as inexpensive as possible. */ -- cgit v1.2.1