sb/amd/cimx: Fix some white spaces issues

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Iba81be8ec48fa744f3263e340267a56158656a8f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65903
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
diff --git a/src/southbridge/amd/cimx/sb800/AmdSbLib.h b/src/southbridge/amd/cimx/sb800/AmdSbLib.h
index 269dc7f..694fffd 100644
--- a/src/southbridge/amd/cimx/sb800/AmdSbLib.h
+++ b/src/southbridge/amd/cimx/sb800/AmdSbLib.h
@@ -5,9 +5,9 @@
 
 #include <console/vtxprintf.h>
 
-#pragma pack (push, 1)
+#pragma pack(push, 1)
 
-#define IMAGE_ALIGN          32*1024
+#define IMAGE_ALIGN          32 * 1024
 #define NUM_IMAGE_LOCATION   32
 
 //Entry Point Call
@@ -104,7 +104,7 @@
 #ifndef BIT23
   #define BIT23 (1 << 23)
 #endif
-#ifndef  BIT24
+#ifndef BIT24
   #define BIT24 (1 << 24)
 #endif
 #ifndef BIT25
@@ -129,7 +129,7 @@
   #define BIT31 (1 << 31)
 #endif
 
-#pragma pack (pop)
+#pragma pack(pop)
 
 typedef enum
 {