From 4dc63966f0872efe768dad61eb9b8785d06b92d1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Oct 2015 14:51:05 -0400 Subject: globally remove all trailing whitespace from ardour code base. Paul Davis was responsible for introducing almost all of this. --- libs/ardour/ticker.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libs/ardour/ticker.cc') diff --git a/libs/ardour/ticker.cc b/libs/ardour/ticker.cc index 7a2fa32ad7..3fe6e66b81 100644 --- a/libs/ardour/ticker.cc +++ b/libs/ardour/ticker.cc @@ -41,18 +41,18 @@ public: Position() : speed(0.0f), frame(0), midi_beats(0) { } ~Position() { } - + /** Sync timing information taken from the given Session - * @return True if timings differed + * @return True if timings differed */ bool sync (Session* s) { bool changed = false; - + double sp = s->transport_speed(); framecnt_t fr = s->transport_frame(); - + if (speed != sp) { speed = sp; changed = true; @@ -75,7 +75,7 @@ public: double mb; /** Midi Beats in terms of Song Position Pointer is equivalent to total - * sixteenth notes at 'time' + * sixteenth notes at 'time' */ mb = (((bars - 1) * divisions) + beats - 1); @@ -95,7 +95,7 @@ public: framecnt_t frame; double midi_beats; double midi_clocks; - + void print (std::ostream& s) { s << "frames: " << frame << " midi beats: " << midi_beats << " speed: " << speed; } -- cgit v1.2.3