NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / canvas / image.cc
index d6c42d28ef9856b8eeafc3b0523891d5bcf28c15..b42c7053a88267e586c445ca6dbc62ef73a4b2d6 100644 (file)
@@ -53,7 +53,7 @@ Image::render (Rect const& area, Cairo::RefPtr<Cairo::Context> context) const
                                                        _pending->stride);
                _current = _pending;
        }
-       
+
        Rect self = item_to_window (Rect (0, 0, _width, _height));
        boost::optional<Rect> draw = self.intersection (area);
 
@@ -103,5 +103,5 @@ Image::accept_data ()
        begin_change ();
        _need_render = true;
        end_change (); // notify canvas that we need redrawing
-}      
+}