Give the Windows MMTimer test a better chance of passing
[ardour.git] / libs / canvas / curve.cc
index 78d47f07e94e3f2dd3dbaa37a6511e8a6bc02dde..280a3e3aaaf7688a04d41f0339ddf848bb3caca3 100644 (file)
@@ -101,7 +101,7 @@ Curve::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
         * section of the curve. For now we rely on cairo clipping to help
         * with this.
         */
-       
+
 
        setup_outline_context (context);
 
@@ -165,7 +165,7 @@ Curve::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
                draw = draw.expand (4.0);
 
                /* now clip it to the actual points in the curve */
-               
+
                if (draw.x0 < w1.x) {
                        draw.x0 = w1.x;
                }