aboutsummaryrefslogtreecommitdiffstats
path: root/com32/hdt/hdt-menu-acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/hdt/hdt-menu-acpi.c')
-rw-r--r--com32/hdt/hdt-menu-acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-menu-acpi.c b/com32/hdt/hdt-menu-acpi.c
index 2a5c3f1d..3cd8e37b 100644
--- a/com32/hdt/hdt-menu-acpi.c
+++ b/com32/hdt/hdt-menu-acpi.c
@@ -94,7 +94,7 @@ static void compute_acpi_tables(struct s_my_menu *menu,
if (hardware->acpi.mcfg.valid)
compute_table(menu,hardware->acpi.mcfg.address, &hardware->acpi.mcfg.header);
-
+
/* FACS isn't having the same headers, let's use a dedicated rendering */
if (hardware->acpi.facs.valid) {
s_facs *fa = &hardware->acpi.facs;