summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index e6d8fa9c67..ae755720ad 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -1377,7 +1377,7 @@ Session::audible_frame () const
nframes_t ret;
nframes_t offset;
nframes_t tf;
-
+
if (_transport_speed == 0.0f) {
return last_stop_frame;
}
@@ -1410,7 +1410,7 @@ Session::audible_frame () const
} else {
tf = _transport_frame;
}
-
+
ret = tf;
if (!non_realtime_work_pending()) {