summaryrefslogtreecommitdiffstats
path: root/src/controllers/midi/portmidicontroller.h
diff options
context:
space:
mode:
authorbe_ <be.0@gmx.com>2016-09-09 23:58:42 -0500
committerbe_ <be.0@gmx.com>2016-09-10 00:06:22 -0500
commit047de0bad9503fb938705b0592c8775e880fea80 (patch)
treec12212be234700032c21c9dc8af927cfcfffb5b8 /src/controllers/midi/portmidicontroller.h
parent653136a6d66140848c540afe9ca38587351997be (diff)
document purpose of seemingly useless parameter
and fix some spacing
Diffstat (limited to 'src/controllers/midi/portmidicontroller.h')
-rw-r--r--src/controllers/midi/portmidicontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/midi/portmidicontroller.h b/src/controllers/midi/portmidicontroller.h
index 2a5840541d..8784689f20 100644
--- a/src/controllers/midi/portmidicontroller.h
+++ b/src/controllers/midi/portmidicontroller.h
@@ -72,7 +72,7 @@ class PortMidiController : public MidiController {
private:
void sendShortMsg(unsigned char status, unsigned char byte1,
- unsigned char byte2);
+ unsigned char byte2);
// The sysex data must already contain the start byte 0xf0 and the end byte
// 0xf7.
void send(QByteArray data);