Remove spaces and tabs at end of lines.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_bline.cpp
index 55b19bb..83eb419 100644 (file)
@@ -277,7 +277,7 @@ synfig::find_closest_point(const ValueBase &bline, const Point &pos, Real &radiu
                Real amount = (best_index + best_time + loop_adjust) / (size + loop_adjust);
                return amount;
        }
-       
+
        return 0.0;
 
 }