Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/acpitools/acpidump Cosmetic change (tab and newline).



details:   https://anonhg.NetBSD.org/src/rev/35ecad31148e
branches:  trunk
changeset: 356445:35ecad31148e
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Sep 27 08:14:18 2017 +0000

description:
Cosmetic change (tab and newline).

diffstat:

 usr.sbin/acpitools/acpidump/acpi.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 51877d90f4c0 -r 35ecad31148e usr.sbin/acpitools/acpidump/acpi.c
--- a/usr.sbin/acpitools/acpidump/acpi.c        Wed Sep 27 07:27:29 2017 +0000
+++ b/usr.sbin/acpitools/acpidump/acpi.c        Wed Sep 27 08:14:18 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi.c,v 1.27 2017/09/27 05:43:55 msaitoh Exp $ */
+/* $NetBSD: acpi.c,v 1.28 2017/09/27 08:14:18 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 1998 Doug Rabson
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: acpi.c,v 1.27 2017/09/27 05:43:55 msaitoh Exp $");
+__RCSID("$NetBSD: acpi.c,v 1.28 2017/09/27 08:14:18 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/endian.h>
@@ -1253,8 +1253,9 @@
                break;
        }
        printf("}\n");
-       printf("DebugPort=");
+       printf("\tDebugPort=");
        acpi_print_gas(&dbgp->DebugPort);
+       printf("\n");
        printf(END_COMMENT);
 }
 



Home | Main Index | Thread Index | Old Index