Coding style.

git-svn-id: svn://localhost/ardour2/branches/3.0@7286 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-06-21 23:45:15 +00:00
parent 6e138fa068
commit 51270cf148

View File

@ -117,8 +117,9 @@ Port::connect (std::string const & other)
int r = 0;
if (_connecting_blocked)
if (_connecting_blocked) {
return r;
}
if (sends_output ()) {
r = jack_connect (_engine->jack (), this_shrt.c_str (), other_shrt.c_str ());