Removed trailing whitespace.
[synfig.git] / synfig-core / trunk / src / synfig / target_scanline.h
index ba80c89..dfb8770 100644 (file)
@@ -84,7 +84,7 @@ public:
        **      \see start_scanline()
        */
        virtual bool end_scanline()=0;
-       
+
        void set_threads(int x) { threads_=x; }
 
        int get_threads()const { return threads_; }