From 01697a9ab8ef01692f9599a43e9aece92f0e10ac Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 20 Mar 2017 15:26:41 +0000 Subject: [PATCH] whitespace better. git-svn-id: file:///svn/unbound/trunk@4069 be551aaa-1e26-0410-a405-d3ace91eadb9 --- util/storage/lruhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/storage/lruhash.c b/util/storage/lruhash.c index cef9fb0b8..0003ff491 100644 --- a/util/storage/lruhash.c +++ b/util/storage/lruhash.c @@ -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;