env: sf: Cosmetic fix in env_sf_init_addr()
authorMarek Behún <marek.behun@nic.cz>
Fri, 22 Oct 2021 13:47:12 +0000 (15:47 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 31 Oct 2021 18:26:44 +0000 (12:26 -0600)
commit9ab30d2bafa0ee98e9048afcb575b6013f933f3c
tree271856f35be413c220c780fc57d34042ebfe4002
parent58772283210e15f8d803db4aa67c877d668db867
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>
env/sf.c