aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
Diffstat (limited to 'lv2')
-rw-r--r--lv2/lv2plug.in/ns/ext/event/event-helpers.h1
-rw-r--r--lv2/lv2plug.in/ns/ext/resize-port/resize-port.h8
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/ui.h2
-rw-r--r--lv2/lv2plug.in/ns/lv2core/wscript1
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
-