summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index 4d6498654f..acd7da1bc5 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -182,17 +182,17 @@ ARDOUR::setup_midi ()
<< endmsg;
return 0;
}
-
+
if (default_mtc_port == 0) {
warning << string_compose (_("No MTC support (MIDI port \"%1\" not available)"), Config->get_mtc_port_name())
<< endmsg;
- }
+ }
if (default_midi_port == 0) {
warning << string_compose (_("No MIDI parameter support (MIDI port \"%1\" not available)"), Config->get_midi_port_name())
<< endmsg;
- }
+ }
if (default_midi_clock_port == 0) {
warning << string_compose (_("No MIDI Clock support (MIDI port \"%1\" not available)"), Config->get_midi_clock_port_name())
@@ -438,7 +438,7 @@ ARDOUR::find_bindings_files (map<string,string>& files)
}
bool
-ARDOUR::no_auto_connect()
+ARDOUR::no_auto_connect()
{
return getenv ("ARDOUR_NO_AUTOCONNECT") != 0;
}
@@ -569,7 +569,7 @@ ARDOUR::coverage (nframes_t sa, nframes_t ea,
/*
|---------------------| A
|----------------- B
- |----------------------- B
+ |----------------------- B
|- B
"B overlaps the end of A"