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 White space.



details:   https://anonhg.NetBSD.org/src/rev/b3458cb5f542
branches:  trunk
changeset: 755736:b3458cb5f542
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jun 18 06:15:31 2010 +0000

description:
White space.

diffstat:

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

diffs (18 lines):

diff -r 348ace8f5c1b -r b3458cb5f542 sys/arch/hp700/dev/uturn.c
--- a/sys/arch/hp700/dev/uturn.c        Fri Jun 18 05:53:39 2010 +0000
+++ b/sys/arch/hp700/dev/uturn.c        Fri Jun 18 06:15:31 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uturn.c,v 1.6 2009/11/15 15:53:05 skrll Exp $  */
+/*     $NetBSD: uturn.c,v 1.7 2010/06/18 06:15:31 skrll Exp $  */
 
 /*     $OpenBSD: uturn.c,v 1.6 2007/12/29 01:26:14 kettenis Exp $      */
 
@@ -95,7 +95,7 @@
        sc->sc_regs = (struct uturn_regs *)ca->ca_hpa;
 
        aprint_normal(": %s rev %d\n",
-           ca->ca_type.iodc_revision < 0x10? "U2" : "UTurn",
+           ca->ca_type.iodc_revision < 0x10 ? "U2" : "UTurn",
            ca->ca_type.iodc_revision & 0xf);
 
        /* keep it real */



Home | Main Index | Thread Index | Old Index