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 ++++---- lv2/lv2plug.in/ns/extensions/ui/ui.h | 2 +- lv2/lv2plug.in/ns/lv2core/wscript | 1 - 4 files changed, 5 insertions(+), 7 deletions(-) (limited to 'lv2/lv2plug.in/ns') 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. */ diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.h b/lv2/lv2plug.in/ns/extensions/ui/ui.h index 27350c4..9f36429 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.h +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.h @@ -207,7 +207,7 @@ typedef struct _LV2UI_Descriptor { This member may be set to NULL if the UI is not interested in supporting any extensions. This is similar to LV2_Descriptor::extension_data(). - + */ const void* (*extension_data)(const char* uri); } LV2UI_Descriptor; diff --git a/lv2/lv2plug.in/ns/lv2core/wscript b/lv2/lv2plug.in/ns/lv2core/wscript index d301fc3..339e433 100644 --- a/lv2/lv2plug.in/ns/lv2core/wscript +++ b/lv2/lv2plug.in/ns/lv2core/wscript @@ -80,4 +80,3 @@ def post_dist(ctx): os.remove(os.path.join(ctx.path.abspath(), 'NEWS')) except: pass - -- cgit v1.2.1