Removed trailing whitespace.
[synfig.git] / synfig-core / trunk / src / synfig / layer_solidcolor.h
index 5580cbd..e3d8e7e 100644 (file)
@@ -41,23 +41,23 @@ namespace synfig {
 class Layer_SolidColor : public Layer_Composite, public Layer_NoDeform
 {
        SYNFIG_LAYER_MODULE_EXT
-       
+
 private:
 
        Color color;
 
 public:
-       
+
        Layer_SolidColor();
-       
+
        virtual bool set_param(const String & param, const synfig::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;
-       
+
        virtual Vocab get_param_vocab()const;
 
        virtual synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const;