From b26d8e6e1515ffe1f0b6d236450ae22eddc54bc1 Mon Sep 17 00:00:00 2001 From: dlg Date: Mon, 8 Nov 2021 04:54:44 +0000 Subject: [PATCH] whitespace tweak, no functional change --- sys/net/if_bpe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.20.1