Small cleanup in FramedCurve.
[ardour.git] / libs / canvas / debug.cc
index be5b3a033dc714e075334428f33d481d3cbbef6a..086c69b7a7aa50b0cd280fb58feb087b035f9b07 100644 (file)
@@ -55,7 +55,7 @@ ArdourCanvas::checkpoint (string group, string message)
                now.tv_usec += 1e6;
                --now.tv_sec;
        }
-               
+
        map<string, struct timeval>::iterator last = last_time.find (group);
 
        if (last != last_time.end ()) {