From 1577142d25857618a46a3cea398237378783141f Mon Sep 17 00:00:00 2001 From: claudio Date: Thu, 29 Jun 2023 16:24:53 +0000 Subject: [PATCH] Spaces vs tabs from florian@ --- usr.sbin/relayd/pfe_route.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/relayd/pfe_route.c b/usr.sbin/relayd/pfe_route.c index 29f01eb9d60..4850aef9b05 100644 --- a/usr.sbin/relayd/pfe_route.c +++ b/usr.sbin/relayd/pfe_route.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfe_route.c,v 1.13 2023/06/29 16:11:02 claudio Exp $ */ +/* $OpenBSD: pfe_route.c,v 1.14 2023/06/29 16:24:53 claudio Exp $ */ /* * Copyright (c) 2009 - 2011 Reyk Floeter @@ -93,7 +93,7 @@ pfe_apply_prefixlen(struct sockaddr_storage *ss, int af, int len) int q, r, off; uint8_t *b = (uint8_t *)ss; - q = len >> 3; + q = len >> 3; r = len & 7; bzero(ss, sizeof(*ss)); -- 2.20.1