Removed trailing whitespace.
[synfig.git] / synfig-studio / trunk / src / gtkmm / state_stroke.h
index 922e72b..01f9cc1 100644 (file)
@@ -61,7 +61,7 @@ struct EventStroke : public Smach::event
        etl::smart_ptr<std::list<synfig::Point> > stroke_data;
        etl::smart_ptr<std::list<synfig::Real> > width_data;
        Gdk::ModifierType modifier;
-       
+
        EventStroke(etl::smart_ptr<std::list<synfig::Point> > stroke_data,
                        etl::smart_ptr<std::list<synfig::Real> > width_data,
                        Gdk::ModifierType modifier=Gdk::ModifierType(0)