NOOP, remove trailing tabs/whitespace.
[ardour.git] / gtk2_ardour / playlist_selector.cc
index cdc144d1b7c7cde680a5acef4ad778da5d4c77ca..35a64f38dd79b4fb485ead5e4d082246e152cf67 100644 (file)
@@ -118,7 +118,7 @@ PlaylistSelector::show_for (RouteUI* ruix)
        for (TrackPlaylistMap::iterator x = trpl_map.begin(); x != trpl_map.end(); ++x) {
 
                boost::shared_ptr<Track> tr = boost::dynamic_pointer_cast<Track> (_session->route_by_id (x->first));
-               
+
                /* legacy sessions stored the diskstream ID as the original
                 * playlist owner. so try there instead.
                 */