Give the Windows MMTimer test a better chance of passing
[ardour.git] / libs / canvas / pixbuf.cc
index d285c41b10e8ccd850f983d35c4cf113e5730739..5bb9e63d1eca9bf861fa070921b876180e0aa9a3 100644 (file)
@@ -41,7 +41,7 @@ Pixbuf::render (Rect const & /*area*/, Cairo::RefPtr<Cairo::Context> context) co
        Gdk::Cairo::set_source_pixbuf (context, _pixbuf, 0, 0);
        context->paint ();
 }
-       
+
 void
 Pixbuf::compute_bounding_box () const
 {
@@ -58,7 +58,7 @@ void
 Pixbuf::set (Glib::RefPtr<Gdk::Pixbuf> pixbuf)
 {
        begin_change ();
-       
+
        _pixbuf = pixbuf;
        _bounding_box_dirty = true;