mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
add braces
This commit is contained in:
parent
2161c5d507
commit
77f19ff8da
1 changed files with 4 additions and 1 deletions
|
|
@ -99,7 +99,10 @@ RouteUI::RouteUI (ARDOUR::Session* sess)
|
|||
boost::to_lower (lpn);
|
||||
program_port_prefix = lpn + ":"; // e.g. "ardour:"
|
||||
}
|
||||
if (sess) init ();
|
||||
|
||||
if (sess) {
|
||||
init ();
|
||||
}
|
||||
}
|
||||
|
||||
RouteUI::~RouteUI()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue