summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-06-01 17:00:29 +0000
committerDavid Robillard <d@drobilla.net>2011-06-01 17:00:29 +0000
commited626628b54e67dd9621c08d82a42afaed00c7ac (patch)
treecf621db4c44f07f75a6e6a3fb7f572cd2c3622cd /gtk2_ardour/option_editor.cc
parenta473d630eb165272992e90f8d854b1d66ec0be63 (diff)
Delete trailing whitespace
git-svn-id: svn://localhost/ardour2/branches/3.0@9656 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index 040146876b..ffdbdc4e95 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -156,7 +156,7 @@ FaderOption::FaderOption (string const & i, string const & n, sigc::slot<gain_t>
_box.pack_start (*_db_slider, false, false);
_box.pack_start (_db_display, false, false);
_box.show_all ();
-
+
set_size_request_to_display_given_text (_db_display, "-99.0", 12, 12);
_db_adjustment.signal_value_changed().connect (sigc::mem_fun (*this, &FaderOption::db_changed));
@@ -175,7 +175,7 @@ FaderOption::set_state_from_config ()
} else {
snprintf (buf, sizeof (buf), "%.2f", accurate_coefficient_to_dB (val));
}
-
+
_db_display.set_text (buf);
}
@@ -219,7 +219,7 @@ ClockOption::set_session (Session* s)
{
_clock.set_session (s);
}
-
+
OptionEditorPage::OptionEditorPage (Gtk::Notebook& n, std::string const & t)
: table (1, 3)
{
@@ -318,4 +318,4 @@ OptionEditor::set_current_page (string const & p)
}
-
+