summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-25 22:04:05 +0000
committerDavid Robillard <d@drobilla.net>2009-10-25 22:04:05 +0000
commite033ac94f08c2963b0dac13020ea6b6a6b99db01 (patch)
tree69d39e8c75e9eb2946f1a7875f13d03bdd28e7b9
parent4c43ef5e1f66dc5edeedbcfdfa8bf51fa4e48c04 (diff)
Remove random crazy comment fragment.
Fix spacey tabs. git-svn-id: svn://localhost/ardour2/branches/3.0@5918 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/ardour/ardour/session_object.h1
-rw-r--r--libs/ardour/midi_source.cc6
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<nframes_t>& 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);