ACPICA: include/acpi/acpixf.h: Fix indentation
authorHans de Goede <hdegoede@redhat.com>
Thu, 8 Dec 2022 14:23:32 +0000 (15:23 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 8 Dec 2022 16:38:28 +0000 (17:38 +0100)
commit7a9d74e7e403cb2e60d4d00c05f2f3ab2a33d0c3
tree7d84180d9b3ff463f4962fbc3d8d8302a2bf3e29
parent7dfb216eda99bbfc2a8c3b03d2eec63314f52b3c
ACPICA: include/acpi/acpixf.h: Fix indentation

A bunch of the functions declared in include/acpi/acpixf.h have their
name aligned a space after the '(' of e.g. the
`ACPI_EXTERNAL_RETURN_STATUS(acpi_status` line above rather then being
directly aligned after the '('.

This breaks applying patches generated from the ACPICA upstream git,
remove the extra space before the function-names and all the arguments
to fix this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/acpixf.h