summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-08 21:37:02 +0200
committerRobin Gareus <robin@gareus.org>2019-04-08 22:39:22 +0200
commit37aaa2d11b47cbaf3f33bf2e7744cc899050d666 (patch)
tree008f631e373e4cbcf79dd7dc423a2b6341ee0940 /gtk2_ardour/route_time_axis.cc
parent8f5f0f298bbe5a673655e3f163621608f32018ea (diff)
NO-OP: whitespace, alignment
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 90f23c323b..e6cd7b6942 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -1502,7 +1502,7 @@ RouteTimeAxisView::paste (samplepos_t pos, const Selection& selection, PasteCont
DEBUG_TRACE (DEBUG::CutNPaste, string_compose ("paste to %1\n", pos));
/* add multi-paste offset if applicable */
- std::pair<samplepos_t, samplepos_t> extent = (*p)->get_extent();
+ std::pair<samplepos_t, samplepos_t> extent = (*p)->get_extent();
const samplecnt_t duration = extent.second - extent.first;
pos += _editor.get_paste_offset(pos, ctx.count, duration);