summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/session_transport.cc')
-rw-r--r--libs/ardour/session_transport.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc
index 060d5ac74f..e45fb2b096 100644
--- a/libs/ardour/session_transport.cc
+++ b/libs/ardour/session_transport.cc
@@ -1533,7 +1533,7 @@ Session::non_realtime_stop (bool abort, int on_entry, bool& finished)
if (abort && did_record) {
/* no reason to save the session file when we remove sources
*/
- _state_of_the_state = StateOfTheState (_state_of_the_state|InCleanup);
+ _state_of_the_state = StateOfTheState (_state_of_the_state | InCleanup);
}
for (RouteList::iterator i = rl->begin(); i != rl->end(); ++i) {