summaryrefslogtreecommitdiff
path: root/libs/surfaces/tranzport/buttons.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/tranzport/buttons.cc')
-rw-r--r--libs/surfaces/tranzport/buttons.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/tranzport/buttons.cc b/libs/surfaces/tranzport/buttons.cc
index 99bcccc902..a35f025489 100644
--- a/libs/surfaces/tranzport/buttons.cc
+++ b/libs/surfaces/tranzport/buttons.cc
@@ -55,7 +55,7 @@ TranzportControlProtocol::process (uint8_t* buf)
this_button_mask |= buf[4] << 8;
this_button_mask |= buf[5];
_datawheel = buf[6];
-
+
#if DEBUG_TRANZPORT_STATE > 1
// Is the state machine incomplete?
const unsigned int knownstates = 0x00004000|0x00008000|