summaryrefslogtreecommitdiffstats
path: root/src/libs/gui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-06-23 18:47:24 +0000
committerDavid Robillard <d@drobilla.net>2008-06-23 18:47:24 +0000
commitc2af33c189d0e9c2c957f9e73d7995302faf7df9 (patch)
tree4ab30da81484c209bcc5a06095703b97fbc270b7 /src/libs/gui
parent3689d2315e3c52cb36f571e244e8a0b1060c4394 (diff)
downloadingen-c2af33c189d0e9c2c957f9e73d7995302faf7df9.tar.gz
ingen-c2af33c189d0e9c2c957f9e73d7995302faf7df9.tar.bz2
ingen-c2af33c189d0e9c2c957f9e73d7995302faf7df9.zip
Formatting.
git-svn-id: http://svn.drobilla.net/lad/ingen@1273 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui')
-rw-r--r--src/libs/gui/NodeModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/NodeModule.cpp b/src/libs/gui/NodeModule.cpp
index 96cd2911..40103a65 100644
--- a/src/libs/gui/NodeModule.cpp
+++ b/src/libs/gui/NodeModule.cpp
@@ -115,7 +115,7 @@ NodeModule::value_changed(uint32_t index, const Atom& value)
const LV2UI_Descriptor* ui_descriptor = slv2_ui_instance_get_descriptor(inst);
LV2UI_Handle ui_handle = slv2_ui_instance_get_handle(inst);
if (ui_descriptor->port_event)
- ui_descriptor->port_event(ui_handle, index, 4, 0, &control);
+ ui_descriptor->port_event(ui_handle, index, 4, 0, &control);
}
}