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/flag.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/canvas/flag.cc') diff --git a/libs/canvas/flag.cc b/libs/canvas/flag.cc index 87c3cc281c..e3e9e409a2 100644 --- a/libs/canvas/flag.cc +++ b/libs/canvas/flag.cc @@ -43,7 +43,7 @@ Flag::Flag (Item* parent, Distance height, Color outline_color, Color fill_color setup (height, position); } -void +void Flag::setup (Distance height, Duple position) { _text = new Text (this); @@ -108,7 +108,7 @@ Flag::covers (Duple const & point) const { if (_rectangle) { return _rectangle->covers (point); - } + } return false; } -- cgit v1.2.3