Removed trailing whitespace.
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_waypointmodel.h
index 5cb5ce8..23248b2 100644 (file)
@@ -61,11 +61,11 @@ class Widget_Time;
 class Widget_WaypointModel;
 
 class Widget_WaypointModel : public Gtk::Table
-{      
+{
        synfig::Waypoint::Model waypoint_model;
-       
+
        bool updating;
-       
+
        Gtk::Combo *in,*out;
        Gtk::OptionMenu *before, *after;
        Gtk::Menu *before_options,*after_options;
@@ -81,7 +81,7 @@ class Widget_WaypointModel : public Gtk::Table
        Gtk::CheckButton checkbutton_temporal_tension;
 
        void on_change();
-       
+
 public:
        Widget_WaypointModel();
        void set_waypoint_model(synfig::Waypoint::Model &x);