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
|
@ -176,14 +176,12 @@ function pretty_print_alarm(out: file, n: Info)
|
||||||
h2 = n$id$resp_h;
|
h2 = n$id$resp_h;
|
||||||
who = fmt("%s:%s -> %s:%s", h1, n$id$orig_p, h2, n$id$resp_p);
|
who = fmt("%s:%s -> %s:%s", h1, n$id$orig_p, h2, n$id$resp_p);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if ( n?$src && n?$dst )
|
else if ( n?$src && n?$dst )
|
||||||
{
|
{
|
||||||
h1 = n$src;
|
h1 = n$src;
|
||||||
h2 = n$dst;
|
h2 = n$dst;
|
||||||
who = fmt("%s -> %s", h1, h2);
|
who = fmt("%s -> %s", h1, h2);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if ( n?$src )
|
else if ( n?$src )
|
||||||
{
|
{
|
||||||
h1 = n$src;
|
h1 = n$src;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue