diff options
author | 2016-12-18 17:07:58 +0000 | |
---|---|---|
committer | 2016-12-18 17:07:58 +0000 | |
commit | 7497710b67ba985992cca85d46a40b95aec67630 (patch) | |
tree | 4361018a07be4c2d1a69da14c4b5d13a2c1b9c1c /lib/libc | |
parent | Implement support for cross-compiling arm64 in Makefile.cross. This (diff) | |
download | wireguard-openbsd-7497710b67ba985992cca85d46a40b95aec67630.tar.xz wireguard-openbsd-7497710b67ba985992cca85d46a40b95aec67630.zip |
Another whitespace nit that wandered into my sights.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/db/hash/hash_page.c | 4 |
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); |