commit | 1de1de4124c8a7f290089840c6571231d0f4e982 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Fri Oct 22 15:47:12 2021 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 31 12:26:44 2021 -0600 |
tree | 271856f35be413c220c780fc57d34042ebfe4002 | |
parent | e227dbf57243389a1e6daaf14916497e2811d9ac [diff] |
env: sf: Cosmetic fix in env_sf_init_addr() In the if clause we use tabs and in the else clause spaces. Let's use spaces in the if clause too. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Simon Glass <sjg@chromium.org>