From 172d8c93eca1e1961a4e829e070a0eeeca5386b4 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Wed, 18 Sep 2024 05:21:20 +0000 Subject: remove unneeded semicolons after switch statements --- sys/nfs/nfs_syscalls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/nfs/nfs_syscalls.c') diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index 9ec5db001f7..63c33d8aedc 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/nfs_syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_syscalls.c,v 1.127 2024/06/26 01:40:49 jsg Exp $ */ +/* $OpenBSD: nfs_syscalls.c,v 1.128 2024/09/18 05:21:19 jsg Exp $ */ /* $NetBSD: nfs_syscalls.c,v 1.19 1996/02/18 11:53:52 fvdl Exp $ */ /* @@ -469,7 +469,7 @@ loop: m_freem(nd->nd_mrep); m_freem(nd->nd_nam2); break; - }; + } if (nd) { pool_put(&nfsrv_descript_pl, nd); -- cgit v1.2.3