Another round of whitespace fixes
[ardour.git] / gtk2_ardour / automation_region_view.cc
index c3a7f6538a24a811f759a34e845823ac6a816d26..fc871460a2347d10155e09df21a4af0cd7af481f 100644 (file)
@@ -122,7 +122,7 @@ AutomationRegionView::get_fill_color() const
 void
 AutomationRegionView::mouse_mode_changed ()
 {
-       // Adjust sample colour (become more transparent for internal tools)
+       /* Adjust frame colour (become more transparent for internal tools) */
        set_frame_color();
 }
 
@@ -206,7 +206,7 @@ AutomationRegionView::add_automation_event (GdkEvent *, samplepos_t when, double
 }
 
 bool
-AutomationRegionView::paste (samplepos_t                                      pos,
+AutomationRegionView::paste (samplepos_t                                     pos,
                              unsigned                                        paste_count,
                              float                                           times,
                              boost::shared_ptr<const ARDOUR::AutomationList> slist)