Fix more wacky tabs.
authorDavid Robillard <d@drobilla.net>
Fri, 19 Sep 2008 18:36:41 +0000 (18:36 +0000)
committerDavid Robillard <d@drobilla.net>
Fri, 19 Sep 2008 18:36:41 +0000 (18:36 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3768 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/automation_line.cc

index 64eeee9d87f210b7de50310fe25eaa8e4083006e..21a7a2f515975fd44e492082f64987cc97b68b3d 100644 (file)
@@ -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) {