soc/intel/{cnl,icl,skl}: Fix multiple whitespace issue

Change-Id: I1e3dc1bd36c5de4e58eef6a3ba8ccbde28fba64b
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36465
Reviewed-by: Michael Niewöhner
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/soc/intel/cannonlake/bootblock/pch.c b/src/soc/intel/cannonlake/bootblock/pch.c
index a3252c2..39433a2 100644
--- a/src/soc/intel/cannonlake/bootblock/pch.c
+++ b/src/soc/intel/cannonlake/bootblock/pch.c
@@ -90,7 +90,7 @@
 
 	/* Enable Bus Master and MMIO Space */
 	reg32 = pci_read_config32(PCH_DEV_PMC, PCI_COMMAND);
-	reg32 |=  PCI_COMMAND_MEMORY;
+	reg32 |= PCI_COMMAND_MEMORY;
 	pci_write_config32(PCH_DEV_PMC, PCI_COMMAND, reg32);
 
 	/* Enable PWRM in PMC */