mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
NO-OP: whitespace (clang-format)
This commit is contained in:
parent
1ed0e88e23
commit
76f30fe74e
1 changed files with 16 additions and 18 deletions
|
|
@ -18,8 +18,8 @@
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
#include "ardour/audioengine.h"
|
#include "ardour/audioengine.h"
|
||||||
#include "ardour/buffer_set.h"
|
#include "ardour/buffer_set.h"
|
||||||
|
|
@ -48,8 +48,7 @@ ThreadBuffers::ensure_buffers (ChanCount howmany, size_t custom)
|
||||||
{
|
{
|
||||||
// std::cerr << "ThreadBuffers " << this << " resize buffers with count = " << howmany << std::endl;
|
// std::cerr << "ThreadBuffers " << this << " resize buffers with count = " << howmany << std::endl;
|
||||||
|
|
||||||
/* this is all protected by the process lock in the Session
|
/* this is all protected by the process lock in the Session */
|
||||||
*/
|
|
||||||
|
|
||||||
/* we always need at least 1 midi buffer */
|
/* we always need at least 1 midi buffer */
|
||||||
if (howmany.n_midi () < 1) {
|
if (howmany.n_midi () < 1) {
|
||||||
|
|
@ -106,7 +105,6 @@ ThreadBuffers::allocate_pan_automation_buffers (samplecnt_t nframes, uint32_t ho
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pan_automation_buffer) {
|
if (pan_automation_buffer) {
|
||||||
|
|
||||||
for (uint32_t i = 0; i < npan_buffers; ++i) {
|
for (uint32_t i = 0; i < npan_buffers; ++i) {
|
||||||
delete[] pan_automation_buffer[i];
|
delete[] pan_automation_buffer[i];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue