summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2016-12-18 17:07:59 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2016-12-18 17:07:59 +0000
commitdb19ac7a0a6709706014c23a20c870edf74fca03 (patch)
tree4294a711d10a313671480cd804abd05305abb2ee /lib
parente847ab4b9cce00c70a6f8629415290e73b52823f (diff)
Another whitespace nit that wandered into my sights.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/db/hash/hash_page.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/hash/hash_page.c b/lib/libc/db/hash/hash_page.c
index a98df8f50e2..8e273dbabab 100644
--- a/lib/libc/db/hash/hash_page.c
+++ b/lib/libc/db/hash/hash_page.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hash_page.c,v 1.22 2014/09/15 06:12:19 guenther Exp $ */
+/* $OpenBSD: hash_page.c,v 1.23 2016/12/18 17:07:58 krw Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -664,7 +664,7 @@ overflow_page(HTAB *hashp)
in_use_bits = free_bit;
else
in_use_bits = (hashp->BSIZE << BYTE_SHIFT) - 1;
-
+
if (i == first_page) {
bit = hashp->LAST_FREED &
((hashp->BSIZE << BYTE_SHIFT) - 1);