mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
noop: indentation
This commit is contained in:
parent
b81f37ef76
commit
d36aa7f601
1 changed files with 4 additions and 4 deletions
|
|
@ -1576,10 +1576,10 @@ Session::update_marks (Location*)
|
|||
void
|
||||
Session::update_skips (Location* loc, bool consolidate)
|
||||
{
|
||||
if (_ignore_skips_updates) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (_ignore_skips_updates) {
|
||||
return;
|
||||
}
|
||||
|
||||
Locations::LocationList skips;
|
||||
|
||||
if (consolidate) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue