Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb drop trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/e7ff28839b39
branches:  trunk
changeset: 783333:e7ff28839b39
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Dec 15 04:10:05 2012 +0000

description:
drop trailing whitespace.

diffstat:

 sys/dev/usb/ucom.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 073acec2d456 -r e7ff28839b39 sys/dev/usb/ucom.c
--- a/sys/dev/usb/ucom.c        Sat Dec 15 04:09:24 2012 +0000
+++ b/sys/dev/usb/ucom.c        Sat Dec 15 04:10:05 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ucom.c,v 1.101 2012/12/15 04:09:24 jakllsch Exp $      */
+/*     $NetBSD: ucom.c,v 1.102 2012/12/15 04:10:05 jakllsch Exp $      */
 
 /*
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ucom.c,v 1.101 2012/12/15 04:09:24 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ucom.c,v 1.102 2012/12/15 04:10:05 jakllsch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -442,7 +442,7 @@
                 * unless explicitly requested to deassert it.  Ditto RTS.
                 */
                ucom_dtr(sc, 1);
-               ucom_rts(sc, 1);                
+               ucom_rts(sc, 1);
 
                DPRINTF(("ucomopen: open pipes in=%d out=%d\n",
                         sc->sc_bulkin_no, sc->sc_bulkout_no));



Home | Main Index | Thread Index | Old Index