mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
More style tweaks: replace spaces with tabs.
This commit is contained in:
parent
382262e286
commit
8a569facd6
1 changed files with 34 additions and 34 deletions
|
@ -79,10 +79,10 @@ function flush(evict_all: bool)
|
||||||
}
|
}
|
||||||
|
|
||||||
function lookup_cert_hash(uid: string, digest: string)
|
function lookup_cert_hash(uid: string, digest: string)
|
||||||
{
|
j{
|
||||||
# Add the record ID to the list of waiting IDs for this digest.
|
j# Add the record ID to the list of waiting IDs for this digest.
|
||||||
local waits_already = digest in waiting;
|
jlocal waits_already = digest in waiting;
|
||||||
if ( ! waits_already )
|
jif ( ! waits_already )
|
||||||
waiting[digest] = vector();
|
waiting[digest] = vector();
|
||||||
waiting[digest][|waiting[digest]|] = uid;
|
waiting[digest][|waiting[digest]|] = uid;
|
||||||
if ( waits_already )
|
if ( waits_already )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue