Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/1072eb83bc9a
branches:  trunk
changeset: 336433:1072eb83bc9a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Mar 01 08:10:57 2015 +0000

description:
Whitespace.

diffstat:

 sys/dev/usb/uhci.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r c3c02073a0f1 -r 1072eb83bc9a sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Sun Mar 01 08:03:35 2015 +0000
+++ b/sys/dev/usb/uhci.c        Sun Mar 01 08:10:57 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.264 2014/08/05 06:35:24 skrll Exp $ */
+/*     $NetBSD: uhci.c,v 1.265 2015/03/01 08:10:57 skrll Exp $ */
 
 /*
  * Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264 2014/08/05 06:35:24 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.265 2015/03/01 08:10:57 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -72,7 +72,6 @@
 /*#define UHCI_CTL_LOOP */
 
 
-
 #ifdef UHCI_DEBUG
 uhci_softc_t *thesc;
 #define DPRINTF(x)     if (uhcidebug) printf x



Home | Main Index | Thread Index | Old Index