From 4dc63966f0872efe768dad61eb9b8785d06b92d1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Oct 2015 14:51:05 -0400 Subject: globally remove all trailing whitespace from ardour code base. Paul Davis was responsible for introducing almost all of this. --- gtk2_ardour/sfdb_ui.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gtk2_ardour/sfdb_ui.cc') diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc index b2c70a67ea..3bfb74884e 100644 --- a/gtk2_ardour/sfdb_ui.cc +++ b/gtk2_ardour/sfdb_ui.cc @@ -1023,7 +1023,7 @@ SoundFileBrowser::refresh_display(std::string ID, std::string file) // there's a single item selected in the freesound list //XXX make a function to be used to construct the actual file name both here and in the mootcher Gtk::TreeIter row = freesound_list->get_iter(*rows.begin()); - std::string selected_ID = (*row)[freesound_list_columns.id]; + std::string selected_ID = (*row)[freesound_list_columns.id]; if (ID == selected_ID) { // the selected item in the freesound list is the item that has just finished downloading chooser.set_filename(file); @@ -1089,7 +1089,7 @@ SoundFileBrowser::freesound_search() gdk_flush(); std::string theString = mootcher.searchText( - search_string, + search_string, freesound_page, #ifdef GTKOSX "", // OSX eats anything incl mp3 @@ -1655,9 +1655,9 @@ SoundFileChooser::get_filename () return paths.front(); } -SoundFileOmega::SoundFileOmega (string title, ARDOUR::Session* s, - uint32_t selected_audio_tracks, - uint32_t selected_midi_tracks, +SoundFileOmega::SoundFileOmega (string title, ARDOUR::Session* s, + uint32_t selected_audio_tracks, + uint32_t selected_midi_tracks, bool persistent, Editing::ImportMode mode_hint) : SoundFileBrowser (title, s, persistent) -- cgit v1.2.3