soc/nvidia: Remove unneeded white spaces

Change-Id: Ifd19cdcfbdf0b01984e0db0aa880fdcb256663b4
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83255
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
diff --git a/src/soc/nvidia/tegra124/power.c b/src/soc/nvidia/tegra124/power.c
index 3817dd9..8e9579c 100644
--- a/src/soc/nvidia/tegra124/power.c
+++ b/src/soc/nvidia/tegra124/power.c
@@ -8,8 +8,8 @@
 #include <soc/pmc.h>
 #include <soc/power.h>
 
-static struct tegra_pmc_regs * const pmc = (void *)TEGRA_PMC_BASE;
-static struct flow_ctlr * const flow = (void *)TEGRA_FLOW_BASE;
+static struct tegra_pmc_regs *const pmc = (void *)TEGRA_PMC_BASE;
+static struct flow_ctlr *const flow = (void *)TEGRA_FLOW_BASE;
 
 static int partition_powered(int id)
 {