[SCM] calf/master: + JACK host: fix indentation
js at users.alioth.debian.org
js at users.alioth.debian.org
Tue May 7 15:39:27 UTC 2013
The following commit has been merged in the master branch:
commit 615cd1b0a33e9135c2e6524a230732cc2a32d937
Author: Juuso Alasuutari <juuso.alasuutari at gmail.com>
Date: Sun Mar 8 19:15:02 2009 +0000
+ JACK host: fix indentation
diff --git a/src/jackhost.cpp b/src/jackhost.cpp
index be24420..00db5a1 100644
--- a/src/jackhost.cpp
+++ b/src/jackhost.cpp
@@ -656,9 +656,9 @@ bool save_data_set_cb(lash_config_handle_t *handle, void *user_data)
tmp.clear();
tmp["instance_name"] = p->instance_name;
if (p->get_input_count())
- tmp["input_name"] = p->get_inputs()[0].name.substr(i_name.length());
+ tmp["input_name"] = p->get_inputs()[0].name.substr(i_name.length());
if (p->get_output_count())
- tmp["output_name"] = p->get_outputs()[0].name.substr(o_name.length());
+ tmp["output_name"] = p->get_outputs()[0].name.substr(o_name.length());
if (p->get_midi_port())
tmp["midi_name"] = p->get_midi_port()->name.substr(m_name.length());
tmp["preset"] = pstr;
--
calf audio plugins packaging
More information about the pkg-multimedia-commits
mailing list