Removed trailing whitespace.
[synfig.git] / synfig-core / trunk / src / modules / mod_filter / lumakey.h
index 0678caf..dccd81a 100644 (file)
@@ -43,13 +43,13 @@ private:
 
 public:
        LumaKey();
-       
+
        virtual bool set_param(const synfig::String & param, const synfig::ValueBase &value);
 
        virtual synfig::ValueBase get_param(const synfig::String & param)const;
 
        virtual synfig::Color get_color(synfig::Context context, const synfig::Point &pos)const;
-       
+
        virtual Vocab get_param_vocab()const;
 
        synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const;