Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/dev Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/0136277336d4
branches:  trunk
changeset: 751989:0136277336d4
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Feb 10 20:32:34 2010 +0000

description:
Whitespace.

diffstat:

 sys/arch/hp700/dev/mongoose.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 80fc665d62ba -r 0136277336d4 sys/arch/hp700/dev/mongoose.c
--- a/sys/arch/hp700/dev/mongoose.c     Wed Feb 10 20:32:02 2010 +0000
+++ b/sys/arch/hp700/dev/mongoose.c     Wed Feb 10 20:32:34 2010 +0000
@@ -1,6 +1,6 @@
-/*     $NetBSD: mongoose.c,v 1.18 2010/01/17 08:33:54 skrll Exp $      */
+/*     $NetBSD: mongoose.c,v 1.19 2010/02/10 20:32:34 skrll Exp $      */
 
-/*     $OpenBSD: mongoose.c,v 1.7 2000/08/15 19:42:56 mickey Exp $     */
+/*     $OpenBSD: mongoose.c,v 1.19 2010/01/01 20:28:42 kettenis Exp $  */
 
 /*
  * Copyright (c) 1998-2003 Michael Shalayeff
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mongoose.c,v 1.18 2010/01/17 08:33:54 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mongoose.c,v 1.19 2010/02/10 20:32:34 skrll Exp $");
 
 #define MONGOOSE_DEBUG 9
 
@@ -614,7 +614,7 @@
                aprint_error(": can't map control registers\n");
                bus_space_unmap(ca->ca_iot, (bus_space_handle_t)sc->sc_regs,
                    sizeof(struct mongoose_regs));
-               return;         
+               return;
        }
        sc->sc_ctrl = (struct mongoose_ctrl *)ioh;
 



Home | Main Index | Thread Index | Old Index