From 5954abfc5cac9592effff22df4c68bc2e7739160 Mon Sep 17 00:00:00 2001 From: njl Date: Thu, 18 Sep 2003 05:12:45 +0000 Subject: Add necessary newlines. --- sys/dev/acpica/acpi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/acpica') diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index a46b485..a6c1108 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -1038,7 +1038,7 @@ acpi_enable_fixed_events(struct acpi_softc *sc) acpi_eventhandler_power_button_for_sleep, sc); if (first_time) - device_printf(sc->acpi_dev, "Power Button (fixed)"); + device_printf(sc->acpi_dev, "Power Button (fixed)\n"); } if (AcpiGbl_FADT != NULL && AcpiGbl_FADT->SleepButton == 0) { AcpiEnableEvent(ACPI_EVENT_SLEEP_BUTTON, 0); @@ -1047,7 +1047,7 @@ acpi_enable_fixed_events(struct acpi_softc *sc) acpi_eventhandler_sleep_button_for_sleep, sc); if (first_time) - device_printf(sc->acpi_dev, "Sleep Button (fixed)"); + device_printf(sc->acpi_dev, "Sleep Button (fixed)\n"); } first_time = 0; -- cgit v1.1