From 4dc63966f0872efe768dad61eb9b8785d06b92d1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Oct 2015 14:51:05 -0400 Subject: globally remove all trailing whitespace from ardour code base. Paul Davis was responsible for introducing almost all of this. --- libs/ardour/butler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/butler.cc') diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc index f97a99fed2..272612f7b5 100644 --- a/libs/ardour/butler.cc +++ b/libs/ardour/butler.cc @@ -111,7 +111,7 @@ Butler::start_thread() const float rate = (float)_session.frame_rate(); audio_dstream_capture_buffer_size = (uint32_t) floor (Config->get_audio_capture_buffer_seconds() * rate); audio_dstream_playback_buffer_size = (uint32_t) floor (Config->get_audio_playback_buffer_seconds() * rate); - + /* size is in bytes * XXX: AudioEngine needs to tell us the MIDI buffer size * (i.e. how many MIDI bytes we might see in a cycle) @@ -129,7 +129,7 @@ Butler::start_thread() //pthread_detach (thread); have_thread = true; - + // we are ready to request buffer adjustments _session.adjust_capture_buffering (); _session.adjust_playback_buffering (); -- cgit v1.2.3