sb/amd/*/*/sata.c: Fix some white spaces issues

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I4c5dffb32e1ed858e93f95ed17eac894a9100501
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65896
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
diff --git a/src/southbridge/amd/agesa/hudson/sata.c b/src/southbridge/amd/agesa/hudson/sata.c
index c2348a9..f04dd59 100644
--- a/src/southbridge/amd/agesa/hudson/sata.c
+++ b/src/southbridge/amd/agesa/hudson/sata.c
@@ -13,12 +13,12 @@
 	/**************************************
 	 * Configure the SATA port multiplier *
 	 **************************************/
-	#define BYTE_TO_DWORD_OFFSET(x) (x/4)
+	#define BYTE_TO_DWORD_OFFSET(x) (x / 4)
 	#define AHCI_BASE_ADDRESS_REG 0x24
 	#define MISC_CONTROL_REG 0x40
-	#define UNLOCK_BIT (1<<0)
+	#define UNLOCK_BIT (1 << 0)
 	#define SATA_CAPABILITIES_REG 0xFC
-	#define CFG_CAP_SPM (1<<12)
+	#define CFG_CAP_SPM (1 << 12)
 
 	volatile u32 *ahci_ptr =
 		(u32*)(uintptr_t)(pci_read_config32(dev, AHCI_BASE_ADDRESS_REG) & 0xFFFFFF00);