Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Remove extra newlines.



details:   https://anonhg.NetBSD.org/src/rev/8aa7bf81dcee
branches:  trunk
changeset: 771130:8aa7bf81dcee
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu Nov 10 22:33:12 2011 +0000

description:
Remove extra newlines.

diffstat:

 sys/arch/vax/vax/autoconf.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r e7e2ed8eeb0e -r 8aa7bf81dcee sys/arch/vax/vax/autoconf.c
--- a/sys/arch/vax/vax/autoconf.c       Thu Nov 10 22:16:56 2011 +0000
+++ b/sys/arch/vax/vax/autoconf.c       Thu Nov 10 22:33:12 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.92 2010/12/14 23:44:49 matt Exp $       */
+/*     $NetBSD: autoconf.c,v 1.93 2011/11/10 22:33:12 njoly Exp $      */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.92 2010/12/14 23:44:49 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.93 2011/11/10 22:33:12 njoly Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_cputype.h"
@@ -117,8 +117,8 @@
 {
        struct mainbus_attach_args * const ma = aux;
        if (name) {
-               aprint_naive("%s at %s\n", ma->ma_type, name);
-               aprint_normal("%s at %s\n", ma->ma_type, name);
+               aprint_naive("%s at %s", ma->ma_type, name);
+               aprint_normal("%s at %s", ma->ma_type, name);
         }
        return UNCONF;
 }



Home | Main Index | Thread Index | Old Index