Commit 4c660ffe authored by Rafael J. Wysocki's avatar Rafael J. Wysocki

ACPI: utils: Fix white space in struct acpi_handle_list definition

Fix inadvertently introduced white space damage in the struct
acpi_handle_list definition.

No functional impact.

Fixes: 2e57d10a ("ACPI: utils: Dynamically determine acpi_handle_list size")
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 1feb042d
......@@ -14,7 +14,7 @@
struct acpi_handle_list {
u32 count;
acpi_handle* handles;
acpi_handle *handles;
};
/* acpi_utils.h */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment