whitespace better.

git-svn-id: file:///svn/unbound/trunk@4069 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-03-20 15:26:41 +00:00
parent d1cbf19798
commit 01697a9ab8

View file

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