Whitespace cleanup

This commit is contained in:
Scott Lahteine
2020-09-20 18:24:05 -05:00
parent 0c7035d8a3
commit 8e0fac897b
14 changed files with 40 additions and 41 deletions

View File

@@ -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;