Module Name:    src
Committed By:   skrll
Date:           Fri Jul 24 06:58:24 UTC 2009

Modified Files:
        src/sys/dev/usb: ucycom.c

Log Message:
spaces to tab.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/usb/ucycom.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/ucycom.c
diff -u src/sys/dev/usb/ucycom.c:1.27 src/sys/dev/usb/ucycom.c:1.28
--- src/sys/dev/usb/ucycom.c:1.27	Fri Jul 24 06:54:10 2009
+++ src/sys/dev/usb/ucycom.c	Fri Jul 24 06:58:24 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: ucycom.c,v 1.27 2009/07/24 06:54:10 skrll Exp $	*/
+/*	$NetBSD: ucycom.c,v 1.28 2009/07/24 06:58:24 skrll Exp $	*/
 
 /*
  * Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ucycom.c,v 1.27 2009/07/24 06:54:10 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ucycom.c,v 1.28 2009/07/24 06:58:24 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -536,7 +536,7 @@
 		break;
 
 	default:
-        	DPRINTFN(2,("ucycomstart: unknown output report size (%zd)\n",
+		DPRINTFN(2,("ucycomstart: unknown output report size (%zd)\n",
 		    sc->sc_olen));
 		goto out;
 	}

Reply via email to