Module Name:    src
Committed By:   skrll
Date:           Fri Oct 16 17:05:19 UTC 2015

Modified Files:
        src/sys/dev/usb [nick-nhusb]: ehci.c

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.234.2.55 -r1.234.2.56 src/sys/dev/usb/ehci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/ehci.c
diff -u src/sys/dev/usb/ehci.c:1.234.2.55 src/sys/dev/usb/ehci.c:1.234.2.56
--- src/sys/dev/usb/ehci.c:1.234.2.55	Fri Oct 16 17:00:15 2015
+++ src/sys/dev/usb/ehci.c	Fri Oct 16 17:05:19 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: ehci.c,v 1.234.2.55 2015/10/16 17:00:15 skrll Exp $ */
+/*	$NetBSD: ehci.c,v 1.234.2.56 2015/10/16 17:05:19 skrll Exp $ */
 
 /*
  * Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.55 2015/10/16 17:00:15 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.56 2015/10/16 17:05:19 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -1079,7 +1079,7 @@ ehci_idone(struct ehci_xfer *ex)
 
 			if (nframes >= xfer->ux_nframes)
 				break;
-	    	}
+		}
 
 		xfer->ux_actlen = actlen;
 		xfer->ux_status = USBD_NORMAL_COMPLETION;

Reply via email to