gtk2_ardour/editor_drag.cc: fix confusing newline

This commit is contained in:
Mads Kiilerich 2022-05-16 00:23:06 +02:00 committed by Paul Davis
parent 25dc926f24
commit cc6a1e2d6f
1 changed files with 1 additions and 1 deletions

View File

@ -277,8 +277,8 @@ Drag::Drag (Editor* e, ArdourCanvas::Item* i, Temporal::TimeDomain td, bool trac
, _constraint_pressed (false)
, _grab_button (-1)
{
}
timepos_t
Drag::pixel_to_time (double x) const
{