summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-07 03:38:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-07 03:38:34 +0000
commit862cb478a2b9dfa3822c581241396582050bfa44 (patch)
tree3b990592deee05a8518ac7603ada1f6577180333 /libs/ardour/session_process.cc
parent8bb5605dfc48a9578164e820fb866f0e7881d899 (diff)
the "final" (??) fixes for transport state stuff before 2.8.4. y'all let me know, i'm sure
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6028 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index a6b3b6dd4a..f18f0a9e55 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -258,7 +258,7 @@ Session::process_with_events (nframes_t nframes)
bool session_needs_butler = false;
nframes_t stop_limit;
long frames_moved;
-
+
/* make sure the auditioner is silent */
if (auditioner) {