The silliest, tiniest little whitespace fixes.

This commit is contained in:
Seth Hall 2012-01-04 13:37:07 -05:00
parent 0b8428d1bb
commit adfbed8e56

View file

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