Whitespace cleanup & fixes

[nomail]
This commit is contained in:
Vlad Grigorescu 2020-03-05 11:50:41 -06:00
parent d961e21185
commit c38e1fa91a

View file

@ -264,7 +264,7 @@ type Command_Response(pkt_len: uint32) = case $context.connection.get_expectatio
EXPECT_STATUS -> status : Command_Response_Status;
EXPECT_AUTH_SWITCH -> auth_switch : AuthSwitchRequest;
EXPECT_EOF -> eof : EOF1;
default -> unknow : empty;
default -> unknown : empty;
};
type Command_Response_Status = record {