NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / canvas / canvas / poly_line.h
index 04b05f5df1f33b2b7fede5a787e2bb29bf5874db..fce013dfd6e11b032fd71203d138fe63d30597d2 100644 (file)
@@ -31,11 +31,11 @@ class LIBCANVAS_API PolyLine : public PolyItem
   public:
        PolyLine (Canvas*);
        PolyLine (Item*);
-       
+
        void render (Rect const & area, Cairo::RefPtr<Cairo::Context>) const;
 
        virtual void set_steps (Points const &, bool stepped);
-       
+
         bool covers (Duple const &) const;
        /**
         * Set the distance at which a point will be considered to be covered
@@ -47,7 +47,7 @@ class LIBCANVAS_API PolyLine : public PolyItem
   private:
        double _threshold;
 };
-       
+
 }
 
 #endif