diff options
| author | Baocheng Su <[email protected]> | 2024-10-22 08:04:19 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-28 20:54:23 -0600 |
| commit | abe383151aec8ab71ec21476dc91bf8bdda3b7d2 (patch) | |
| tree | af8b30035c55ef6b749a85952f4899b940cef919 | |
| parent | 23750f60fa1e30e69c4eab748582d8d078a01b72 (diff) | |
board: siemens: iot2050: Fix coding style
Add a space after the 'if'
Signed-off-by: Baocheng Su <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
| -rw-r--r-- | board/siemens/iot2050/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
