summaryrefslogtreecommitdiffstats
path: root/src/x11_in_gtk2.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-27 03:39:52 +0000
committerDavid Robillard <d@drobilla.net>2012-03-27 03:39:52 +0000
commit298577334a1369ea71b258e4a0f81b24961405e2 (patch)
treed2cece7bbdd3861e7b00dd064099337e09c69f4b /src/x11_in_gtk2.c
parent9bc20acb40862bd8c34b3fcc731fc7170cd3528f (diff)
downloadsuil-298577334a1369ea71b258e4a0f81b24961405e2.tar.gz
suil-298577334a1369ea71b258e4a0f81b24961405e2.tar.bz2
suil-298577334a1369ea71b258e4a0f81b24961405e2.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4112 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/x11_in_gtk2.c')
-rw-r--r--src/x11_in_gtk2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/x11_in_gtk2.c b/src/x11_in_gtk2.c
index 95d5394..09d822c 100644
--- a/src/x11_in_gtk2.c
+++ b/src/x11_in_gtk2.c
@@ -110,7 +110,7 @@ suil_wrapper_new(SuilHost* host,
const LV2_Feature* const* features)
{
SuilWrapper* wrapper = (SuilWrapper*)malloc(sizeof(SuilWrapper));
- wrapper->wrap = wrapper_wrap;
+ wrapper->wrap = wrapper_wrap;
wrapper->free = wrapper_free;
unsigned n_features = 0;
@@ -132,7 +132,7 @@ suil_wrapper_new(SuilHost* host,
wrapper->features[n_features] = parent_feature;
wrapper->features[n_features + 1] = NULL;
wrapper->features[n_features + 2] = NULL;
-
+
wrapper->resize.handle = wrap;
wrapper->resize.ui_resize = wrapper_resize;