summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/process_thread.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-03 00:19:35 +0200
committerRobin Gareus <robin@gareus.org>2017-06-03 00:19:35 +0200
commit5f7d50a69017c6de04dad8a5348f5b24bf6f0554 (patch)
tree7d71857d00e3230fa8415e8f1382e5e1fb045771 /libs/ardour/ardour/process_thread.h
parentcc971b6d9b19c31305e9ea7142c76863d1442e99 (diff)
NO-OP: whitespace
Diffstat (limited to 'libs/ardour/ardour/process_thread.h')
-rw-r--r--libs/ardour/ardour/process_thread.h6
1 files changed, 2 insertions, 4 deletions
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<ThreadBuffers> _private_thread_buffers;
+ static Glib::Threads::Private<ThreadBuffers> _private_thread_buffers;
};
} // namespace