globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / canvas / canvas / types.h
index dbd9683b75585a2dd6c8d69f3d32001627a8ac30..c43be9bbddfde5d37090a514d1ac503876efa210 100644 (file)
@@ -65,7 +65,7 @@ struct LIBCANVAS_API Duple
                : x (x_)
                , y (y_)
        {}
-                    
+               
        Coord x;
        Coord y;