Module Name:    src
Committed By:   skrll
Date:           Sat Mar 19 06:48:10 UTC 2011

Modified Files:
        src/sys/arch/hp700/dev: dino.c

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/hp700/dev/dino.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/arch/hp700/dev/dino.c
diff -u src/sys/arch/hp700/dev/dino.c:1.29 src/sys/arch/hp700/dev/dino.c:1.30
--- src/sys/arch/hp700/dev/dino.c:1.29	Tue Feb  1 18:33:24 2011
+++ src/sys/arch/hp700/dev/dino.c	Sat Mar 19 06:48:09 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: dino.c,v 1.29 2011/02/01 18:33:24 skrll Exp $ */
+/*	$NetBSD: dino.c,v 1.30 2011/03/19 06:48:09 skrll Exp $ */
 
 /*	$OpenBSD: dino.c,v 1.5 2004/02/13 20:39:31 mickey Exp $	*/
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.29 2011/02/01 18:33:24 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.30 2011/03/19 06:48:09 skrll Exp $");
 
 /* #include "cardbus.h" */
 
@@ -1668,7 +1668,6 @@
 	sc->sc_ih = hp700_intr_establish(IPL_NONE, NULL, &sc->sc_ir,
 	    &ir_cpu, ca->ca_irq);
 
-
 	/* TODO establish the bus error interrupt */
 
 	ver = ca->ca_type.iodc_revision;

Reply via email to