From cbef2d8428887f668942367c0102b477b9887f82 Mon Sep 17 00:00:00 2001 From: mlarkin Date: Sat, 29 Apr 2023 10:12:33 +0000 Subject: [PATCH] whitespace --- sys/arch/amd64/amd64/ioapic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/amd64/amd64/ioapic.c b/sys/arch/amd64/amd64/ioapic.c index f26e3676884..d5862feb0f1 100644 --- a/sys/arch/amd64/amd64/ioapic.c +++ b/sys/arch/amd64/amd64/ioapic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ioapic.c,v 1.30 2022/02/21 11:03:39 mpi Exp $ */ +/* $OpenBSD: ioapic.c,v 1.31 2023/04/29 10:12:33 mlarkin Exp $ */ /* $NetBSD: ioapic.c,v 1.6 2003/05/15 13:30:31 fvdl Exp $ */ /*- @@ -71,7 +71,7 @@ #include #include - + #include #include #include @@ -132,7 +132,7 @@ static __inline u_int32_t ioapic_read_ul(struct ioapic_softc *sc,int regid) { u_int32_t val; - + *(sc->sc_reg) = regid; val = *sc->sc_data; -- 2.20.1