mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Update scripts/base/frameworks/software/main.zeek
Add appropriate white space in if statement Co-authored-by: Arne Welzel <awelzel@users.noreply.github.com>
This commit is contained in:
parent
e8de3de2d4
commit
1f34645335
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ function found(id: conn_id, info: Info): bool
|
||||||
return F;
|
return F;
|
||||||
|
|
||||||
# This assumes that callers do not fill in info$ts, none of the current callers do.
|
# This assumes that callers do not fill in info$ts, none of the current callers do.
|
||||||
if (info in found_cache)
|
if ( info in found_cache )
|
||||||
return T;
|
return T;
|
||||||
add found_cache[info];
|
add found_cache[info];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue