From: mlarkin Date: Sat, 29 Apr 2023 10:12:33 +0000 (+0000) Subject: whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=cbef2d8428887f668942367c0102b477b9887f82;p=openbsd whitespace --- 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;