NOOP, whitespace

This commit is contained in:
Robin Gareus 2015-03-20 21:38:26 +01:00
parent 410cf8e79d
commit 9f842f3247

View file

@ -974,11 +974,10 @@ OSC::route_set_send_gain_dB (int rid, int sid, float val)
int int
OSC::route_plugin_parameter (int rid, int piid, int par, float val) OSC::route_plugin_parameter (int rid, int piid, int par, float val)
{ {
if (!session) { if (!session)
return -1; return -1;
}
boost::shared_ptr<Route> r = session->route_by_remote_id (rid); boost::shared_ptr<Route> r = session->route_by_remote_id (rid)
if (!r) { if (!r) {
PBD::error << "OSC: Invalid Remote Control ID '" << rid << "'" << endmsg; PBD::error << "OSC: Invalid Remote Control ID '" << rid << "'" << endmsg;