diff options
author | David Robillard <d@drobilla.net> | 2015-02-19 04:05:29 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-20 00:31:50 -0500 |
commit | 8adeb93d8d326732ffaa445fba7654e4b84721f2 (patch) | |
tree | 12c281909c0bca63d932e7567d44c6cb83cfe7c5 /lv2 | |
parent | bc893b67b17c3bbed7e60350d905381608085435 (diff) | |
download | lv2-8adeb93d8d326732ffaa445fba7654e4b84721f2.tar.xz |
Clean up whitespace.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/event/event-helpers.h | 1 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/resize-port/resize-port.h | 8 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/ui.h | 2 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/wscript | 1 |
4 files changed, 5 insertions, 7 deletions
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 - |