summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2015-07-24 17:42:47 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2015-07-27 16:17:38 -0400
commit1a51f194933fd369187c7e348a87aa490b840bd1 (patch)
treec98663a2000dfb53ab4e030c6f3a8e6643ce28de
parent8b4a237ee359dea9038daacc6e9b620d68431263 (diff)
Clean up extra white space added by editor.
-rw-r--r--libs/surfaces/generic_midi/midicontrollable.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/surfaces/generic_midi/midicontrollable.cc b/libs/surfaces/generic_midi/midicontrollable.cc
index c7d1028b82..21b2b96314 100644
--- a/libs/surfaces/generic_midi/midicontrollable.cc
+++ b/libs/surfaces/generic_midi/midicontrollable.cc
@@ -361,7 +361,6 @@ MIDIControllable::midi_sense_controller (Parser &, EventTwoBytes *msg)
break;
default:
break;
-
}
DEBUG_TRACE (DEBUG::GenericMidi, string_compose ("MIDI CC %1 value %2 %3\n", (int) msg->controller_number, (int) last_value, current_uri() ));