summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/southbridge/intel/common/pciehp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/intel/common/pciehp.c b/src/southbridge/intel/common/pciehp.c
index db356b0cdb..b5496192b0 100644
--- a/src/southbridge/intel/common/pciehp.c
+++ b/src/southbridge/intel/common/pciehp.c
@@ -45,9 +45,9 @@ void intel_acpi_pcie_hotplug_generator(u8 *hotplug_map, int port_number)
acpigen_write_method("_RMV", 0);
/* ReturnOp */
- acpigen_emit_byte (0xa4);
+ acpigen_emit_byte(0xa4);
/* One */
- acpigen_emit_byte (0x01);
+ acpigen_emit_byte(0x01);
acpigen_pop_len();
acpigen_pop_len();
acpigen_pop_len();