summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-08-07 10:49:33 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2018-08-07 10:49:33 -0400
commitecfe1c2c677fc974e59b2704cc9e899776a4ab37 (patch)
tree5192785c0adb9846319dbb4180557e33a546972f
parent973c1cc61b03c91c2141ae484b75a0d36a9c1e85 (diff)
emacs whitespace fixes
-rw-r--r--libs/surfaces/launch_control_xl/launch_control_xl.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/surfaces/launch_control_xl/launch_control_xl.cc b/libs/surfaces/launch_control_xl/launch_control_xl.cc
index 2a4c8ce2d6..95b1c6e1a1 100644
--- a/libs/surfaces/launch_control_xl/launch_control_xl.cc
+++ b/libs/surfaces/launch_control_xl/launch_control_xl.cc
@@ -490,7 +490,7 @@ LaunchControlXL::handle_midi_controller_message (MIDI::Parser& parser, MIDI::Eve
// DEBUG_TRACE (DEBUG::LaunchControlXL, string_compose ("CC %1 (value %2)\n", (int) ev->controller_number, (int) ev->value));
CCControllerButtonMap::iterator b = cc_controller_button_map.find (ev->controller_number);
- CCFaderMap::iterator f = cc_fader_map.find (ev->controller_number);
+ CCFaderMap::iterator f = cc_fader_map.find (ev->controller_number);
CCKnobMap::iterator k = cc_knob_map.find (ev->controller_number);
if (b != cc_controller_button_map.end()) {
@@ -524,9 +524,9 @@ LaunchControlXL::handle_midi_note_on_message (MIDI::Parser& parser, MIDI::EventT
NNNoteButtonMap::iterator b = nn_note_button_map.find (ev->controller_number);
if (b != nn_note_button_map.end()) {
- Button* button = b->second;
- handle_button_message(button, ev);
- }
+ Button* button = b->second;
+ handle_button_message(button, ev);
+ }
}
void LaunchControlXL::handle_midi_note_off_message(MIDI::Parser & parser, MIDI::EventTwoBytes *ev, MIDI::channel_t chan)