From a473d630eb165272992e90f8d854b1d66ec0be63 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Jun 2011 16:50:12 +0000 Subject: Fix broken whitespace. I'd apologize for the compile times if it was my fault :D git-svn-id: svn://localhost/ardour2/branches/3.0@9654 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/butler.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libs/ardour/butler.cc') diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc index 27b1c0fc27..ad31c71e15 100644 --- a/libs/ardour/butler.cc +++ b/libs/ardour/butler.cc @@ -220,9 +220,9 @@ Butler::thread_work () bytes = 0; compute_io = true; -restart: +restart: disk_work_outstanding = false; - + if (transport_work_requested()) { _session.butler_transport_work (); } @@ -299,7 +299,7 @@ restart: if (!tr) { continue; } - + /* note that we still try to flush diskstreams attached to inactive routes */ @@ -435,12 +435,12 @@ void Butler::empty_pool_trash () { /* look in the trash, deleting empty pools until we come to one that is not empty */ - + RingBuffer::rw_vector vec; pool_trash.get_read_vector (&vec); guint deleted = 0; - + for (int i = 0; i < 2; ++i) { for (guint j = 0; j < vec.len[i]; ++j) { if (vec.buf[i][j]->empty()) { -- cgit v1.2.3