mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 01:47:43 +01:00
Delete trailing whitespace
git-svn-id: svn://localhost/ardour2/branches/3.0@9656 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a473d630eb
commit
ed626628b5
221 changed files with 2322 additions and 2322 deletions
|
|
@ -58,7 +58,7 @@ PortInsertUI::PortInsertUI (Gtk::Window* parent, ARDOUR::Session* sess, boost::s
|
|||
notebook.append_page (input_selector, _("Return/Input"));
|
||||
|
||||
notebook.set_current_page (0);
|
||||
|
||||
|
||||
set_spacing (12);
|
||||
pack_start (notebook, true, true);
|
||||
pack_start (latency_hbox, false, false);
|
||||
|
|
@ -76,7 +76,7 @@ PortInsertUI::update_latency_display ()
|
|||
latency_display.set_text (_("Disconnected from audio engine"));
|
||||
} else {
|
||||
char buf[64];
|
||||
snprintf (buf, sizeof (buf), "%10.3lf frames %10.3lf ms",
|
||||
snprintf (buf, sizeof (buf), "%10.3lf frames %10.3lf ms",
|
||||
(float)_pi->latency(), (float)_pi->latency() * 1000.0f/sample_rate);
|
||||
latency_display.set_text(buf);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue