summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_info_box.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-05 16:17:49 +0200
committerRobin Gareus <robin@gareus.org>2015-10-05 16:17:49 +0200
commit22b07e0233a29d9633ffa825a79503befaf2e16e (patch)
tree1d8b06056f8e12197158f5d906319767d3dedda5 /gtk2_ardour/time_info_box.cc
parente11ba7b79d68bc1070b170236c22123966d7bcc3 (diff)
NOOP, remove trailing tabs/whitespace.
Diffstat (limited to 'gtk2_ardour/time_info_box.cc')
-rw-r--r--gtk2_ardour/time_info_box.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk2_ardour/time_info_box.cc b/gtk2_ardour/time_info_box.cc
index 55e7472f4f..a26ec50932 100644
--- a/gtk2_ardour/time_info_box.cc
+++ b/gtk2_ardour/time_info_box.cc
@@ -235,7 +235,7 @@ TimeInfoBox::sync_punch_mode (AudioClock* src)
syncing_punch = false;
}
}
-
+
void
TimeInfoBox::set_session (Session* s)
@@ -251,11 +251,11 @@ TimeInfoBox::set_session (Session* s)
if (s) {
Location* punch = s->locations()->auto_punch_location ();
-
+
if (punch) {
watch_punch (punch);
}
-
+
punch_changed (punch);
_session->auto_punch_location_changed.connect (_session_connections, MISSING_INVALIDATOR,
@@ -329,7 +329,7 @@ TimeInfoBox::selection_changed ()
Glib::RefPtr<Action> act = ActionManager::get_action ("MouseMode", "set-mouse-mode-object-range");
Glib::RefPtr<ToggleAction> tact = Glib::RefPtr<ToggleAction>::cast_dynamic (act);
- if (tact && tact->get_active() && !selection.regions.empty()) {
+ if (tact && tact->get_active() && !selection.regions.empty()) {
/* show selected regions */
s = selection.regions.start();
e = selection.regions.end_frame();
@@ -357,7 +357,7 @@ TimeInfoBox::selection_changed ()
default:
selection_start->set_off (true);
selection_end->set_off (true);
- selection_length->set_off (true);
+ selection_length->set_off (true);
break;
}
}
@@ -395,5 +395,5 @@ TimeInfoBox::punch_changed (Location* loc)
punch_start->set (loc->start());
punch_end->set (loc->end());
-}
+}