From 22b07e0233a29d9633ffa825a79503befaf2e16e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 5 Oct 2015 16:17:49 +0200 Subject: NOOP, remove trailing tabs/whitespace. --- libs/ardour/cycle_timer.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/cycle_timer.cc') diff --git a/libs/ardour/cycle_timer.cc b/libs/ardour/cycle_timer.cc index 84dafd00cc..ad91fa6874 100644 --- a/libs/ardour/cycle_timer.cc +++ b/libs/ardour/cycle_timer.cc @@ -85,7 +85,7 @@ StoringTimer::StoringTimer (int N) _max_points = N; _points = 0; } - + void StoringTimer::dump (string const & file) @@ -114,11 +114,11 @@ StoringTimer::check (int p) } else if (_points > _max_points) { return; } - + _point[_points] = p; _value[_points] = get_cycles (); _ref[_points] = _current_ref; - + ++_points; } -- cgit v1.2.3