From: Baocheng Su <[email protected]>

Add a space after the 'if'

Signed-off-by: Baocheng Su <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
---
 board/siemens/iot2050/board.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/siemens/iot2050/board.c b/board/siemens/iot2050/board.c
index ed292c364a5..e5c7ce58b06 100644
--- a/board/siemens/iot2050/board.c
+++ b/board/siemens/iot2050/board.c
@@ -220,7 +220,7 @@ void set_board_info_env(void)
        if (board_is_advanced()) {
                if (board_is_pg1())
                        fdtfile = "ti/k3-am6548-iot2050-advanced.dtb";
-               else if(board_is_m2())
+               else if (board_is_m2())
                        fdtfile = "ti/k3-am6548-iot2050-advanced-m2.dtb";
                else
                        fdtfile = "ti/k3-am6548-iot2050-advanced-pg2.dtb";
-- 
2.43.0

Reply via email to