From 5f7d50a69017c6de04dad8a5348f5b24bf6f0554 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 3 Jun 2017 00:19:35 +0200 Subject: NO-OP: whitespace --- libs/ardour/ardour/process_thread.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libs/ardour/ardour/process_thread.h') diff --git a/libs/ardour/ardour/process_thread.h b/libs/ardour/ardour/process_thread.h index cd1087f2a4..0e1e7a64c3 100644 --- a/libs/ardour/ardour/process_thread.h +++ b/libs/ardour/ardour/process_thread.h @@ -14,7 +14,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - */ #ifndef __libardour_process_thread__ @@ -42,8 +41,7 @@ public: void get_buffers (); void drop_buffers (); - /* these MUST be called by a process thread's thread, nothing else - */ + /* these MUST be called by a process thread's thread, nothing else */ static BufferSet& get_silent_buffers (ChanCount count = ChanCount::ZERO); static BufferSet& get_scratch_buffers (ChanCount count = ChanCount::ZERO, bool silence = false); @@ -59,7 +57,7 @@ protected: void session_going_away (); private: - static Glib::Threads::Private _private_thread_buffers; + static Glib::Threads::Private _private_thread_buffers; }; } // namespace -- cgit v1.2.3