From 68314ba2d83fd9f15b414965dff6d22b9681a5cf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 21 Feb 2015 19:53:29 +0000 Subject: Fix trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5591 a436a847-0d15-0410-975c-d299462d15a1 --- src/jalv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jalv.c') diff --git a/src/jalv.c b/src/jalv.c index a40c7f6..71b7aa0 100644 --- a/src/jalv.c +++ b/src/jalv.c @@ -908,7 +908,7 @@ jalv_apply_control_arg(Jalv* jalv, const char* s) fprintf(stderr, "warning: Ignoring invalid value `%s'\n", s); return false; } - + struct Port* port = jalv_port_by_symbol(jalv, sym); if (!port) { fprintf(stderr, "warning: Ignoring value for unknown port `%s'\n", sym); @@ -1212,7 +1212,7 @@ main(int argc, char** argv) sizeof(float), jalv.urids.atom_Float, &jalv.ui_update_hz }, { LV2_OPTIONS_INSTANCE, 0, 0, 0, 0, NULL } }; - + options_feature.data = &options; /* Create Plugin <=> UI communication buffers */ -- cgit v1.2.1