mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
whitespace better.
git-svn-id: file:///svn/unbound/trunk@4069 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d1cbf19798
commit
01697a9ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ lru_demote(struct lruhash* table, struct lruhash_entry* entry)
|
|||
log_assert(table && entry);
|
||||
if (entry == table->lru_end)
|
||||
return; /* nothing to do */
|
||||
/* remove from current lru position */
|
||||
/* remove from current lru position */
|
||||
lru_remove(table, entry);
|
||||
/* add at end */
|
||||
entry->lru_next = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue