From: kettenis Date: Tue, 29 Jun 2021 19:58:21 +0000 (+0000) Subject: whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4c50b3ce837818d746f713a4844d837b32151a98;p=openbsd whitespace --- diff --git a/sys/arch/arm64/arm64/vfp.c b/sys/arch/arm64/arm64/vfp.c index 4518dbf4722..8c8521b9564 100644 --- a/sys/arch/arm64/arm64/vfp.c +++ b/sys/arch/arm64/arm64/vfp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfp.c,v 1.5 2021/05/15 11:30:27 kettenis Exp $ */ +/* $OpenBSD: vfp.c,v 1.6 2021/06/29 19:58:21 kettenis Exp $ */ /* * Copyright (c) 2011 Dale Rahn * @@ -250,7 +250,7 @@ vfp_discard(struct proc *p) if (curpcb->pcb_fpcpu == ci && ci->ci_fpuproc == p) { ci->ci_fpuproc = NULL; - curpcb->pcb_fpcpu = NULL; + curpcb->pcb_fpcpu = NULL; } }