Whitespace cleanup
This commit is contained in:
@ -441,9 +441,9 @@ public:
|
||||
}
|
||||
|
||||
void dispatch() {
|
||||
switch(static_cast<Protocol>(packet.header.protocol())) {
|
||||
switch (static_cast<Protocol>(packet.header.protocol())) {
|
||||
case Protocol::CONTROL:
|
||||
switch(static_cast<ProtocolControl>(packet.header.type())) {
|
||||
switch (static_cast<ProtocolControl>(packet.header.type())) {
|
||||
case ProtocolControl::CLOSE: // revert back to ASCII mode
|
||||
card.flag.binary_mode = false;
|
||||
break;
|
||||
|
@ -224,7 +224,7 @@ public:
|
||||
*/
|
||||
|
||||
// Force disengage planner power control
|
||||
static inline void inline_disable() {
|
||||
static inline void inline_disable() {
|
||||
isReady = false;
|
||||
unitPower = 0;
|
||||
planner.laser_inline.status.isPlanned = false;
|
||||
|
Reference in New Issue
Block a user