mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 23:18:20 +01:00
Who needs semicolons?
This commit is contained in:
parent
9f668ceed2
commit
8a313daa13
1 changed files with 1 additions and 1 deletions
|
|
@ -1710,7 +1710,7 @@ AUPlugin::connect_and_run (BufferSet& bufs,
|
|||
continue;
|
||||
}
|
||||
if (buffers->mBuffers[i].mData == 0 || buffers->mBuffers[i].mNumberChannels != 1) {
|
||||
continue
|
||||
continue;
|
||||
}
|
||||
used_outputs.set (i + busoff);
|
||||
Sample* expected_buffer_address = bufs.get_audio (idx).data (offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue