aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-19 02:07:37 +0000
committerDavid Robillard <d@drobilla.net>2012-02-19 02:07:37 +0000
commitf6c018197f1b2496e3bb1d79a8950a2febebea6b (patch)
treebbbc07b7b6dd522e8fecdf4ea687559c0ae76b17 /lv2/lv2plug.in/ns
parentd9d9bebf6143d55164b8d0a02462060425ea4551 (diff)
downloadlv2-f6c018197f1b2496e3bb1d79a8950a2febebea6b.tar.xz
Delete trailing whitespace.
Diffstat (limited to 'lv2/lv2plug.in/ns')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/forge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/forge.h b/lv2/lv2plug.in/ns/ext/atom/forge.h
index 06f24f5..d13f549 100644
--- a/lv2/lv2plug.in/ns/ext/atom/forge.h
+++ b/lv2/lv2plug.in/ns/ext/atom/forge.h
@@ -191,7 +191,7 @@ lv2_atom_forge_write_nopad(LV2_Atom_Forge* forge,
{
uint8_t* out = NULL;
if (forge->sink) {
- out = forge->sink(forge->handle, data, size);
+ out = forge->sink(forge->handle, data, size);
} else {
out = forge->buf + forge->offset;
if (forge->offset + size > forge->size) {