Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/x86 Add line break.



details:   https://anonhg.NetBSD.org/src/rev/b7beb3f2e3bb
branches:  trunk
changeset: 828738:b7beb3f2e3bb
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Fri Dec 29 07:53:33 2017 +0000

description:
Add line break.

diffstat:

 sys/arch/x86/x86/vmt.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r babf4a4a6bc7 -r b7beb3f2e3bb sys/arch/x86/x86/vmt.c
--- a/sys/arch/x86/x86/vmt.c    Fri Dec 29 03:05:13 2017 +0000
+++ b/sys/arch/x86/x86/vmt.c    Fri Dec 29 07:53:33 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmt.c,v 1.19 2017/10/17 06:50:00 maya Exp $ */
+/* $NetBSD: vmt.c,v 1.20 2017/12/29 07:53:33 nakayama Exp $ */
 /* $OpenBSD: vmt.c,v 1.11 2011/01/27 21:29:25 dtucker Exp $ */
 
 /*
@@ -179,6 +179,7 @@
        struct vmt_softc *sc = device_private(self);
 
        aprint_naive("\n");
+       aprint_normal("\n");
 
        sc->sc_dev = self;
        sc->sc_log = NULL;



Home | Main Index | Thread Index | Old Index