Module Name:    src
Committed By:   tsutsui
Date:           Sat Sep  5 08:23:24 UTC 2009

Modified Files:
        src/sys/dev/ic: rtl8169.c

Log Message:
Remove one more extra whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/dev/ic/rtl8169.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/ic/rtl8169.c
diff -u src/sys/dev/ic/rtl8169.c:1.126 src/sys/dev/ic/rtl8169.c:1.127
--- src/sys/dev/ic/rtl8169.c:1.126	Sat Sep  5 03:50:49 2009
+++ src/sys/dev/ic/rtl8169.c	Sat Sep  5 08:23:24 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: rtl8169.c,v 1.126 2009/09/05 03:50:49 tsutsui Exp $	*/
+/*	$NetBSD: rtl8169.c,v 1.127 2009/09/05 08:23:24 tsutsui Exp $	*/
 
 /*
  * Copyright (c) 1997, 1998-2003
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.126 2009/09/05 03:50:49 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.127 2009/09/05 08:23:24 tsutsui Exp $");
 /* $FreeBSD: /repoman/r/ncvs/src/sys/dev/re/if_re.c,v 1.20 2004/04/11 20:34:08 ru Exp $ */
 
 /*
@@ -690,7 +690,7 @@
 	    BUS_DMA_COHERENT | BUS_DMA_NOWAIT)) != 0) {
 		aprint_error_dev(sc->sc_dev,
 		    "can't map tx list, error = %d\n", error);
-	 	goto fail_1;
+		goto fail_1;
 	}
 	memset(sc->re_ldata.re_tx_list, 0, RE_TX_LIST_SZ(sc));
 

Reply via email to