summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uvscom.c
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2003-07-04 01:50:39 +0000
committerjmg <jmg@FreeBSD.org>2003-07-04 01:50:39 +0000
commit4ae39a51c0daaa85c91db9c17c4966813f0ad132 (patch)
tree5b79f9b37e76ca1c2e5ce82ab14f966e1d6c2545 /sys/dev/usb/uvscom.c
parentbe4cccbaee61ce3b41b3d7258c8090a0f313cf37 (diff)
downloadFreeBSD-src-4ae39a51c0daaa85c91db9c17c4966813f0ad132.zip
FreeBSD-src-4ae39a51c0daaa85c91db9c17c4966813f0ad132.tar.gz
WARNING: white space diff
This code reduces the number of trailing white space to be more in line w/ NetBSD. I don't regenerate usbdevs, saving that for when it really changes.
Diffstat (limited to 'sys/dev/usb/uvscom.c')
-rw-r--r--sys/dev/usb/uvscom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uvscom.c b/sys/dev/usb/uvscom.c
index 2b012b1..0d2e137 100644
--- a/sys/dev/usb/uvscom.c
+++ b/sys/dev/usb/uvscom.c
@@ -690,7 +690,7 @@ uvscom_param(void *addr, int portno, struct termios *t)
default:
return (EIO);
}
-
+
if (ISSET(t->c_cflag, CSTOPB))
SET(ls, UVSCOM_STOP_BIT_2);
else
@@ -740,7 +740,7 @@ uvscom_open(void *addr, int portno)
struct uvscom_softc *sc = addr;
int err;
int i;
-
+
if (sc->sc_ucom.sc_dying)
return (ENXIO);
OpenPOWER on IntegriCloud