]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
env: flash: Cosmetic fix
authorMarek Behún <marek.behun@nic.cz>
Fri, 22 Oct 2021 13:47:21 +0000 (15:47 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 31 Oct 2021 18:26:44 +0000 (12:26 -0600)
Change tab to space in env_flash_init().

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Simon Glass <sjg@chromium.org>
env/flash.c

index b3230fd611f020f7f1cfcf33ac509f4df0d12103..9c8abfa016c401ceb37804920f9d7f175aa3ca17 100644 (file)
@@ -228,7 +228,7 @@ static int env_flash_init(void)
                return 0;
        }
 
-       gd->env_valid   = ENV_INVALID;
+       gd->env_valid = ENV_INVALID;
        return 0;
 }
 #endif