From e033ac94f08c2963b0dac13020ea6b6a6b99db01 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Oct 2009 22:04:05 +0000 Subject: [PATCH] Remove random crazy comment fragment. Fix spacey tabs. git-svn-id: svn://localhost/ardour2/branches/3.0@5918 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/session_object.h | 1 - libs/ardour/midi_source.cc | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/libs/ardour/ardour/session_object.h b/libs/ardour/ardour/session_object.h index 07c33c9701..3a796c75b5 100644 --- a/libs/ardour/ardour/session_object.h +++ b/libs/ardour/ardour/session_object.h @@ -31,7 +31,6 @@ class Session; * * This is a few common things factored out of IO which weren't IO specific * (to fix the problem with e.g. PluginInsert being an IO which it shouldn't be). - * collection of input and output ports with connections. */ class SessionObject : public PBD::StatefulDestructible { diff --git a/libs/ardour/midi_source.cc b/libs/ardour/midi_source.cc index b14b85b802..81bea1f64d 100644 --- a/libs/ardour/midi_source.cc +++ b/libs/ardour/midi_source.cc @@ -131,9 +131,9 @@ MidiSource::invalidate () nframes_t MidiSource::midi_read (Evoral::EventSink& dst, sframes_t source_start, - sframes_t start, nframes_t cnt, - sframes_t stamp_offset, sframes_t negative_stamp_offset, - MidiStateTracker* tracker) const + sframes_t start, nframes_t cnt, + sframes_t stamp_offset, sframes_t negative_stamp_offset, + MidiStateTracker* tracker) const { Glib::Mutex::Lock lm (_lock);