sb/intel: Remove space between function name and '('

Change-Id: I2e8eb3632c93b4449f108cb690f9bfd8e1ea3776
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77767
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/southbridge/intel/common/pciehp.c b/src/southbridge/intel/common/pciehp.c
index db356b0..b549619 100644
--- a/src/southbridge/intel/common/pciehp.c
+++ b/src/southbridge/intel/common/pciehp.c
@@ -45,9 +45,9 @@
 
 			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();