mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
The silliest, tiniest little whitespace fixes.
This commit is contained in:
parent
0b8428d1bb
commit
adfbed8e56
1 changed files with 29 additions and 31 deletions
|
@ -15,7 +15,7 @@ export {
|
|||
## :bro:id:`Notice::mail_dest`.
|
||||
const mail_dest_pretty_printed = "" &redef;
|
||||
|
||||
## If an address from one of these networks is reported, we mark
|
||||
## If an address from one of these networks is reported, we mark
|
||||
## the entry with an addition quote symbol (i.e., ">"). Many MUAs
|
||||
## then highlight such lines differently.
|
||||
global flag_nets: set[subnet] &redef;
|
||||
|
@ -176,14 +176,12 @@ function pretty_print_alarm(out: file, n: Info)
|
|||
h2 = n$id$resp_h;
|
||||
who = fmt("%s:%s -> %s:%s", h1, n$id$orig_p, h2, n$id$resp_p);
|
||||
}
|
||||
|
||||
else if ( n?$src && n?$dst )
|
||||
{
|
||||
h1 = n$src;
|
||||
h2 = n$dst;
|
||||
who = fmt("%s -> %s", h1, h2);
|
||||
}
|
||||
|
||||
else if ( n?$src )
|
||||
{
|
||||
h1 = n$src;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue