From f5d80c4a5f26d8e8d182dd089a48e1079aa7710c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 1 Jul 2001 23:40:19 +0000 Subject: [PATCH] Minor whitespace nit. --- sys/pccard/pccard.c | 2 +- sys/pccard/pcic.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index 6a9039e01cda..505f3b426e68 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -362,7 +362,7 @@ crdread(dev_t dev, struct uio *uio, int ioflag) return (EBUSY); mp = &slt->mem[win]; oldmap = *mp; - mp->flags = slt->rwmem|MDF_ACTIVE; + mp->flags = slt->rwmem | MDF_ACTIVE; while (uio->uio_resid && error == 0) { mp->card = uio->uio_offset; mp->size = PCCARD_MEMSIZE; diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 3176ce6a96da..584167fc5ca4 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -546,7 +546,7 @@ pcic_reset(void *chan) timeout(pcic_reset, (void *)slt, hz/4); return; case 2: /* Deassert it again */ - pcic_setb(sp, PCIC_INT_GEN, PCIC_CARDRESET|PCIC_IOCARD); + pcic_setb(sp, PCIC_INT_GEN, PCIC_CARDRESET | PCIC_IOCARD); slt->insert_seq = 3; timeout(pcic_reset, (void *)slt, hz/4); return;