ACPI / PM: remove leading whitespace from #ifdef
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 14 Jan 2013 20:13:37 +0000 (20:13 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 19 Jan 2013 21:09:23 +0000 (22:09 +0100)
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 <mika.westerberg@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/device_pm.c

index 8bca7465c78d50fd750e27905e82304aef1cc04f..43116cdbabf91202dde9ba12e16c2f730f6fe85c 100644 (file)
@@ -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.