soc/samsung/exynos5250/clock: Remove space before semicolon

Change-Id: Id0adfd0e25806aef836f75e83ff86a55a5d799d6
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77160
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
diff --git a/src/soc/samsung/exynos5250/clock.c b/src/soc/samsung/exynos5250/clock.c
index 1cce511..a4b573f 100644
--- a/src/soc/samsung/exynos5250/clock.c
+++ b/src/soc/samsung/exynos5250/clock.c
@@ -636,7 +636,7 @@
 
 int clock_set_i2s_clk_prescaler(unsigned int src_frq, unsigned int dst_frq)
 {
-	unsigned int div ;
+	unsigned int div;
 
 	if ((dst_frq == 0) || (src_frq == 0)) {
 		printk(BIOS_DEBUG, "%s: Invalid frequency input for prescaler\n", __func__);