whitespace tweak, no functional change
authordlg <dlg@openbsd.org>
Mon, 8 Nov 2021 04:54:44 +0000 (04:54 +0000)
committerdlg <dlg@openbsd.org>
Mon, 8 Nov 2021 04:54:44 +0000 (04:54 +0000)
sys/net/if_bpe.c

index 1a4b752..def3c12 100644 (file)
@@ -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 <dlg@openbsd.org>
  *
@@ -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);
 }