fix up meter thread management when JACK client starts/stops/is halted ; put focus...
[ardour.git] / libs / ardour / crossfade.cc
index e1df8228ce4957d632b8d9b990b4a40f9361cd37..f2641a43e280a5f6f933d2cc48ed94a907ea32ca 100644 (file)
@@ -81,7 +81,7 @@ Crossfade::Crossfade (boost::shared_ptr<AudioRegion> in, boost::shared_ptr<Audio
 {
        _in = in;
        _out = out;
-       
+
        _length = length;
        _position = position;
        _anchor_point = ap;