aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-18 01:47:54 +0000
committerDavid Robillard <d@drobilla.net>2012-07-18 01:47:54 +0000
commit8bc6d3f84b425120d43ca32eb576f77ddea5bb55 (patch)
treed25f98579ad75094dc50fab4e58151123a4ae233
parent309850a8f4e5c0c9377013d7ad370d88b442c983 (diff)
downloadjalv-8bc6d3f84b425120d43ca32eb576f77ddea5bb55.tar.gz
jalv-8bc6d3f84b425120d43ca32eb576f77ddea5bb55.tar.bz2
jalv-8bc6d3f84b425120d43ca32eb576f77ddea5bb55.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4546 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--src/jalv_gtk2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_gtk2.c b/src/jalv_gtk2.c
index d6feed1..9ff2013 100644
--- a/src/jalv_gtk2.c
+++ b/src/jalv_gtk2.c
@@ -411,7 +411,7 @@ build_control_widget(Jalv* jalv, GtkWidget* window)
mins[i] *= jalv->sample_rate;
maxs[i] *= jalv->sample_rate;
}
-
+
/* Get scale points */
LilvScalePoints* sp = lilv_port_get_scale_points(jalv->plugin, port);
GHashTable* points = NULL;