From: dlg Date: Mon, 8 Nov 2021 04:54:44 +0000 (+0000) Subject: whitespace tweak, no functional change X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b26d8e6e1515ffe1f0b6d236450ae22eddc54bc1;p=openbsd whitespace tweak, no functional change --- diff --git a/sys/net/if_bpe.c b/sys/net/if_bpe.c index 1a4b7525adf..def3c124b67 100644 --- a/sys/net/if_bpe.c +++ b/sys/net/if_bpe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bpe.c,v 1.18 2021/02/26 01:28:51 dlg Exp $ */ +/* $OpenBSD: if_bpe.c,v 1.19 2021/11/08 04:54:44 dlg Exp $ */ /* * Copyright (c) 2018 David Gwynne * @@ -871,7 +871,7 @@ bpe_cmp(const struct bpe_key *a, const struct bpe_key *b) return (1); if (a->k_isid < b->k_isid) return (-1); - + return (0); }