]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
whitespace better.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 20 Mar 2017 15:26:41 +0000 (15:26 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 20 Mar 2017 15:26:41 +0000 (15:26 +0000)
git-svn-id: file:///svn/unbound/trunk@4069 be551aaa-1e26-0410-a405-d3ace91eadb9

util/storage/lruhash.c

index cef9fb0b8b7839c3ac9fbe0946651e800a5e5a6d..0003ff491e46198416280b0b1af7c1cea22ab8b4 100644 (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;