Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / beats_frames_converter.cc
index a960f1a221b34b654a78cb392e3575ab3dee4b77..59c0bb28962ffe10e954e9ed68ced4dbc0de6b35 100644 (file)
@@ -28,7 +28,7 @@ framecnt_t
 BeatsFramesConverter::to (double beats) const
 {
        assert (beats >= 0);
-       
+
        return _tempo_map.framepos_plus_bbt (_origin_b, Timecode::BBT_Time(beats)) - _origin_b;
 }