From 8b68ed57ec5c075261639435be3290c3ba8177eb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 25 Nov 2010 20:37:39 +0000 Subject: Fix some messed up code (spacey tabs). (There is faar more of this... FIX YOUR EDITORS!) git-svn-id: svn://localhost/ardour2/branches/3.0@8086 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/canvas-note.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gtk2_ardour/canvas-note.cc') diff --git a/gtk2_ardour/canvas-note.cc b/gtk2_ardour/canvas-note.cc index e130791f08..f6497776a5 100644 --- a/gtk2_ardour/canvas-note.cc +++ b/gtk2_ardour/canvas-note.cc @@ -12,21 +12,21 @@ CanvasNote::CanvasNote (MidiRegionView& region, Group& group, const boost::shared_ptr note, bool with_events) - : SimpleRect(group), CanvasNoteEvent(region, this, note) + : SimpleRect(group), CanvasNoteEvent(region, this, note) { - if (with_events) { - signal_event().connect (sigc::mem_fun (*this, &CanvasNote::on_event)); - } + if (with_events) { + signal_event().connect (sigc::mem_fun (*this, &CanvasNote::on_event)); + } } bool CanvasNote::on_event(GdkEvent* ev) { - if (!CanvasNoteEvent::on_event (ev)) { - return _region.get_time_axis_view().editor().canvas_note_event (ev, this); + if (!CanvasNoteEvent::on_event (ev)) { + return _region.get_time_axis_view().editor().canvas_note_event (ev, this); } - return true; + return true; } void -- cgit v1.2.3