More style tweaks: replace spaces with tabs.

This commit is contained in:
Matthias Vallentin 2012-12-21 18:04:19 -08:00
parent 382262e286
commit 8a569facd6

View file

@ -79,10 +79,10 @@ function flush(evict_all: bool)
}
function lookup_cert_hash(uid: string, digest: string)
{
# Add the record ID to the list of waiting IDs for this digest.
local waits_already = digest in waiting;
if ( ! waits_already )
j{
j# Add the record ID to the list of waiting IDs for this digest.
jlocal waits_already = digest in waiting;
jif ( ! waits_already )
waiting[digest] = vector();
waiting[digest][|waiting[digest]|] = uid;
if ( waits_already )