env: flash: Cosmetic fix

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>
This commit is contained in:
Marek Behún 2021-10-22 15:47:21 +02:00 committed by Simon Glass
parent cf89c5180a
commit ee483902ae

2
env/flash.c vendored
View 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