Removed trailing whitespace.
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / clamp.h
index 1c6408e..c3ff110 100644 (file)
@@ -40,7 +40,7 @@ namespace synfig {
 class Layer_Clamp : public Layer
 {
        SYNFIG_LAYER_MODULE_EXT
-       
+
 private:
 
        bool invert_negative;
@@ -52,9 +52,9 @@ private:
        Color clamp_color(const Color &in)const;
 
 public:
-       
+
        Layer_Clamp();
-               
+
        virtual bool set_param(const String & param, const synfig::ValueBase &value);
 
        virtual ValueBase get_param(const String & param)const;
@@ -64,7 +64,7 @@ public:
        virtual Rect get_full_bounding_rect(Context context)const;
 
        virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const;
-       
+
        virtual Vocab get_param_vocab()const;
 }; // END of class Layer_Clamp