Removed trailing whitespace.
[synfig.git] / synfig-core / trunk / src / synfig / keyframe.cpp
index b42cae2..e2aade7 100644 (file)
@@ -86,7 +86,7 @@ KeyframeList::sync()
 {
        //DEBUGPOINT();
        //synfig::info("PRE-SORT:");
-       //dump();       
+       //dump();
        sort(begin(),end());
        //synfig::info("POST-SORT:");
        //dump();
@@ -164,7 +164,7 @@ KeyframeList::find_next(const Time &x)
 */
                }
        }
-       
+
        throw Exception::NotFound(strprintf("KeyframeList::find(): Can't find next Keyframe %s",x.get_string().c_str()));
 }