From: David Robillard Date: Fri, 19 Sep 2008 18:36:41 +0000 (+0000) Subject: Fix more wacky tabs. X-Git-Tag: 2.8.16~1232 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=133ce92a30880ee4d4053b2614e96f76505a981b;p=ardour.git Fix more wacky tabs. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3768 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc index 64eeee9d87..21a7a2f515 100644 --- a/gtk2_ardour/automation_line.cc +++ b/gtk2_ardour/automation_line.cc @@ -496,7 +496,7 @@ AutomationLine::model_representation (ControlPoint& cp, ModelRepresentation& mr) mr.xval = (nframes_t) floor (cp.get_x()); mr.yval = 1.0 - (cp.get_y() / _height); - /* if xval has not changed, set it directly from the model to avoid rounding errors */ + /* if xval has not changed, set it directly from the model to avoid rounding errors */ if (mr.xval == trackview.editor.frame_to_unit((*cp.model)->when)) { mr.xval = (nframes_t) (*cp.model)->when; @@ -1189,7 +1189,7 @@ AutomationLine::list_changed () void AutomationLine::reset_callback (const AutomationList& events) { - ALPoints tmp_points; + ALPoints tmp_points; uint32_t npoints = events.size(); if (npoints == 0) {