Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/68dae7a70220
branches:  trunk
changeset: 749556:68dae7a70220
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Dec 02 13:45:13 2009 +0000

description:
Whitespace.

diffstat:

 sys/arch/hp700/hp700/mainbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7545cfe25be2 -r 68dae7a70220 sys/arch/hp700/hp700/mainbus.c
--- a/sys/arch/hp700/hp700/mainbus.c    Wed Dec 02 13:10:09 2009 +0000
+++ b/sys/arch/hp700/hp700/mainbus.c    Wed Dec 02 13:45:13 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mainbus.c,v 1.56 2009/11/11 16:08:31 skrll Exp $       */
+/*     $NetBSD: mainbus.c,v 1.57 2009/12/02 13:45:13 skrll Exp $       */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.56 2009/11/11 16:08:31 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.57 2009/12/02 13:45:13 skrll Exp $");
 
 #include "locators.h"
 #include "power.h"
@@ -396,7 +396,7 @@
         * Allocate the region of I/O space.
         */
        error = extent_alloc_subregion1(hp700_io_extent, rstart, rend, size,
-                                       align, 0, boundary, EX_NOWAIT, &bpa);
+           align, 0, boundary, EX_NOWAIT, &bpa);
        if (error)
                return (error);
 



Home | Main Index | Thread Index | Old Index