diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc index adc61813e4..21343ef010 100644 --- a/gtk2_ardour/automation_line.cc +++ b/gtk2_ardour/automation_line.cc @@ -1068,8 +1068,7 @@ AutomationLine::reset_callback (const Evoral::ControlList& events) double ty = model_to_view_coord_y ((*ai)->value); if (isnan_local (ty)) { - warning << string_compose (_("Ignoring illegal points on AutomationLine \"%1\""), - _name) << endmsg; + warning << string_compose (_("Ignoring illegal points on AutomationLine \"%1\""), _name) << endmsg; continue; }