From: Mika Westerberg Date: Mon, 14 Jan 2013 20:13:37 +0000 (+0000) Subject: ACPI / PM: remove leading whitespace from #ifdef X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=4d56410b955c3f4f7651a088e1c7a19a0d5d4e4c;p=linux-edison.git ACPI / PM: remove leading whitespace from #ifdef It is there probably due to an accident, get rid of it so that the format is consistent across the file. Signed-off-by: Mika Westerberg Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c index 8bca7465c78..43116cdbabf 100644 --- a/drivers/acpi/device_pm.c +++ b/drivers/acpi/device_pm.c @@ -592,7 +592,7 @@ static inline void acpi_wakeup_device(acpi_handle handle, u32 event, void *context) {} #endif /* CONFIG_PM_RUNTIME */ - #ifdef CONFIG_PM_SLEEP +#ifdef CONFIG_PM_SLEEP /** * __acpi_device_sleep_wake - Enable or disable device to wake up the system. * @dev: Device to enable/desible to wake up the system.