Fixed a few typos which caused doxygen to complain.
[synfig.git] / synfig-core / trunk / src / modules / mod_gradient / curvegradient.h
index e5c2f06..fc92aad 100644 (file)
@@ -68,12 +68,12 @@ private:
 
 public:
        CurveGradient();
-       
+
        virtual bool set_param(const String &param, const ValueBase &value);
        virtual ValueBase get_param(const String &param)const;
        virtual Color get_color(Context context, const Point &pos)const;
        virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const;
-       synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const;      
+       synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const;
 
        virtual Vocab get_param_vocab()const;
 };