globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / canvas / flag.cc
index 87c3cc281c86043fdf075f21497d67b2df8d9974..e3e9e409a2029ef7f5eb20dfe13ee3a110d430ee 100644 (file)
@@ -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;
 }