globally remove all trailing whitespace from ardour code base.
[ardour.git] / gtk2_ardour / option_editor.cc
index 59e10f058bedd4b6aad2546afa77f82fb6c5ab5a..c536bd29bb0a1508d38d194d50834cc4571099d7 100644 (file)
@@ -221,7 +221,7 @@ EntryOption::focus_out (GdkEventFocus*)
  *  @param s Slot to set the variable's value.
  */
 BoolComboOption::BoolComboOption (
-       string const & i, string const & n, string const & t, string const & f, 
+       string const & i, string const & n, string const & t, string const & f,
        sigc::slot<bool> g, sigc::slot<bool, bool> s
        )
        : Option (i, n)
@@ -265,7 +265,7 @@ BoolComboOption::set_sensitive (bool yn)
 }
        
 
-         
+       
 FaderOption::FaderOption (string const & i, string const & n, sigc::slot<gain_t> g, sigc::slot<bool, gain_t> s)
        : Option (i, n)
        , _db_adjustment (gain_to_slider_position_with_max (1.0, Config->get_max_gain()), 0, 1, 0.01, 0.1)
@@ -450,7 +450,7 @@ OptionEditor::add_option (std::string const & pn, OptionEditorComponent* o)
        o->set_state_from_config ();
 }
 
-/** Add a new page 
+/** Add a new page
  *  @param pn Page name (will be created if it doesn't already exist)
  *  @param w widget that fills the page
  */