Fix nested comments
authorRobin Gareus <robin@gareus.org>
Sat, 7 Dec 2019 00:13:38 +0000 (01:13 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 7 Dec 2019 00:13:38 +0000 (01:13 +0100)
gtk2_ardour/editor_selection.cc

index 9704812d7d4dde5f750b228dad1085e341832d9c..1e28d77e0b01743f80bb0383ee6b735d04393c1b 100644 (file)
@@ -1516,7 +1516,7 @@ Editor::sensitize_the_right_region_actions (bool because_canvas_crossing)
                _region_actions->get_action("naturalize-region")->set_sensitive (false);
        }
 
-/* Todo: insert-region-from-source-list  
+       /* Todo: insert-region-from-source-list */
        /* XXX: should also check that there is a track of the appropriate type for the selected region */
 #if 0
        if (_edit_point == EditAtMouse || _regions->get_single_selection() == 0 || selection->tracks.empty()) {