]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb9cc6043ac724858326cb9d30b0f4dc65b18b08d
tree271856f35be413c220c780fc57d34042ebfe4002
parentdef493c34733d198085604d7550d6e27b0e3f287
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