Implements review comments
[ardour.git] / gtk2_ardour / hit.cc
index 42117f9addb78e0215947545ec8752eced2ae138..cb9e479f6a7c6bda78fecb6f44ec613c70fdd1ae 100644 (file)
@@ -27,7 +27,7 @@
 using namespace ARDOUR;
 using namespace ArdourCanvas;
 
-Hit::Hit (MidiRegionView& region, Item* parent, double size, const boost::shared_ptr<NoteType> note, bool with_events) 
+Hit::Hit (MidiRegionView& region, Item* parent, double size, const boost::shared_ptr<NoteType> note, bool with_events)
        : NoteBase (region, with_events, note)
 {
        _polygon = new ArdourCanvas::Polygon (parent);