mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Whitespace cleanup & fixes
[nomail]
This commit is contained in:
parent
d961e21185
commit
c38e1fa91a
1 changed files with 83 additions and 83 deletions
|
@ -264,7 +264,7 @@ type Command_Response(pkt_len: uint32) = case $context.connection.get_expectatio
|
||||||
EXPECT_STATUS -> status : Command_Response_Status;
|
EXPECT_STATUS -> status : Command_Response_Status;
|
||||||
EXPECT_AUTH_SWITCH -> auth_switch : AuthSwitchRequest;
|
EXPECT_AUTH_SWITCH -> auth_switch : AuthSwitchRequest;
|
||||||
EXPECT_EOF -> eof : EOF1;
|
EXPECT_EOF -> eof : EOF1;
|
||||||
default -> unknow : empty;
|
default -> unknown : empty;
|
||||||
};
|
};
|
||||||
|
|
||||||
type Command_Response_Status = record {
|
type Command_Response_Status = record {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue