summaryrefslogtreecommitdiffstats
path: root/src/x11_in_qt4.cpp
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_qt4.cpp
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_qt4.cpp')
-rw-r--r--src/x11_in_qt4.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/x11_in_qt4.cpp b/src/x11_in_qt4.cpp
index 59dee41..b51055b 100644
--- a/src/x11_in_qt4.cpp
+++ b/src/x11_in_qt4.cpp
@@ -30,7 +30,7 @@ wrapper_wrap(SuilWrapper* wrapper,
QX11EmbedContainer* const wrap = new QX11EmbedContainer();
ew->embedInto(wrap->winId());
-
+
instance->host_widget = wrap;
return 0;
@@ -52,7 +52,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 = (SuilWrapperFreeFunc)free;
unsigned n_features = 0;