summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2021-02-24 12:33:51 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2021-02-24 12:33:51 +0000
commit0261aa5a448b7909416d1f7ed8616e1621e182de (patch)
tree4ae5be719ce1a53faf75d7abd71454b29c31a959 /sys/net
parent2dfa8753c41e2bab7c910cd2e3c25ba45d6005a5 (diff)
white space tweak, no functional change
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/toeplitz.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/toeplitz.h b/sys/net/toeplitz.h
index ca5a50941c1..0fbc8a23eed 100644
--- a/sys/net/toeplitz.h
+++ b/sys/net/toeplitz.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: toeplitz.h,v 1.6 2021/02/24 12:33:22 dlg Exp $ */
+/* $OpenBSD: toeplitz.h,v 1.7 2021/02/24 12:33:50 dlg Exp $ */
/*
* Copyright (c) 2019 David Gwynne <dlg@openbsd.org>
@@ -104,7 +104,7 @@ void stoeplitz_to_key(void *, size_t)
extern const struct stoeplitz_cache *const stoeplitz_cache;
-#define stoeplitz_n16(_n16) \
+#define stoeplitz_n16(_n16) \
stoeplitz_hash_n16(stoeplitz_cache, (_n16))
#define stoeplitz_h16(_h16) \
stoeplitz_hash_h16(stoeplitz_cache, (_h16))