From 22b07e0233a29d9633ffa825a79503befaf2e16e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 5 Oct 2015 16:17:49 +0200 Subject: NOOP, remove trailing tabs/whitespace. --- libs/canvas/pixbuf.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/canvas/pixbuf.cc') diff --git a/libs/canvas/pixbuf.cc b/libs/canvas/pixbuf.cc index d285c41b10..5bb9e63d1e 100644 --- a/libs/canvas/pixbuf.cc +++ b/libs/canvas/pixbuf.cc @@ -41,7 +41,7 @@ Pixbuf::render (Rect const & /*area*/, Cairo::RefPtr 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 pixbuf) { begin_change (); - + _pixbuf = pixbuf; _bounding_box_dirty = true; -- cgit v1.2.3