NO-OP: whitespace (clang-format)

This commit is contained in:
Robin Gareus 2021-06-12 00:48:21 +02:00
parent 1ed0e88e23
commit 76f30fe74e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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];
} }