From 4dc63966f0872efe768dad61eb9b8785d06b92d1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Oct 2015 14:51:05 -0400 Subject: globally remove all trailing whitespace from ardour code base. Paul Davis was responsible for introducing almost all of this. --- libs/canvas/scroll_group.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/canvas/scroll_group.cc') diff --git a/libs/canvas/scroll_group.cc b/libs/canvas/scroll_group.cc index 3feb37f83a..aecea962f6 100644 --- a/libs/canvas/scroll_group.cc +++ b/libs/canvas/scroll_group.cc @@ -94,7 +94,7 @@ ScrollGroup::covers_canvas (Duple const& d) const to consider the position of the bounding box within the canvas. */ - + return r->translate (position()).contains (d); } @@ -109,8 +109,8 @@ ScrollGroup::covers_window (Duple const& d) const /* Bounding box is in item coordinates, but we need to consider the position of the bounding box - within the canvas. + within the canvas. */ - + return r->translate (position()).contains (d); } -- cgit v1.2.3