Partially fix 1696331. This isn't the correct fix, but it does make at least the...
[synfig.git] / synfig-core / trunk / src / synfig / timepointcollect.cpp
index 1b2d645..3a6a74a 100644 (file)
@@ -1,8 +1,8 @@
 /* === S Y N F I G ========================================================= */
-/*!    \file template.cpp
+/*!    \file timepointcollect.cpp
 **     \brief Template File
 **
-**     $Id: timepointcollect.cpp,v 1.1.1.1 2005/01/04 01:23:15 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -54,7 +54,7 @@ using namespace synfig;
 //! \writeme
 int
 synfig::waypoint_collect(set<Waypoint, std::less<UniqueID> >& waypoint_set,const Time& time, const etl::handle<Node>& node)
-{      
+{
        const TimePointSet& timepoint_set(node->get_times());
 
        // Check to see if there is anything in here at the given time
@@ -114,7 +114,7 @@ synfig::waypoint_collect(set<Waypoint, std::less<UniqueID> >& waypoint_set,const
        {
                try{
                        Waypoint waypoint=*value_node_animated->find(time);
-                       
+
                        // If it is already in the waypoint set, then
                        // don't bother adding it again
                        if(waypoint_set.find(waypoint)!=waypoint_set.end())