From 8dce0b0cf8c812a17a2e9c998a98018d84ca09cd Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 10 Mar 2005 22:21:16 +0000 Subject: Kill trailing white space --- sys/dev/ppbus/pps.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c index bf7c08b41ece4..2582aa1a13b0e 100644 --- a/sys/dev/ppbus/pps.c +++ b/sys/dev/ppbus/pps.c @@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$"); #define PRVERBOSE(fmt, arg...) if (bootverbose) printf(fmt, ##arg); struct pps_data { - struct ppb_device pps_dev; + struct ppb_device pps_dev; struct pps_state pps[9]; struct cdev *devs[9]; device_t ppsdev; @@ -215,7 +215,7 @@ ppsopen(struct cdev *dev, int flags, int fmt, struct thread *td) i = IRQENABLE | PCD | nINIT | SELECTIN; ppb_wctr(ppbus, i); - } + } if (subdev > 0 && !(sc->busy & ~1)) { sc->timeout = timeout(ppshcpoll, sc, 1); sc->lastdata = ppb_rdtr(sc->ppbus); @@ -232,7 +232,7 @@ ppsclose(struct cdev *dev, int flags, int fmt, struct thread *td) sc->pps[subdev].ppsparam.mode = 0; /* PHK ??? */ sc->busy &= ~(1 << subdev); - if (subdev > 0 && !(sc->busy & ~1)) + if (subdev > 0 && !(sc->busy & ~1)) untimeout(ppshcpoll, sc, sc->timeout); if (!sc->busy) { device_t ppsdev = sc->ppsdev; -- cgit v1.3