From: dlg Date: Wed, 24 Feb 2021 12:33:50 +0000 (+0000) Subject: white space tweak, no functional change X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b2f8ed19e6c12ff3aa376c3f5449adac2608279d;p=openbsd white space tweak, no functional change --- 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 @@ -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))