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-31 12:26:44 -06:00
committed by Simon Glass
parent cf89c5180a
commit ee483902ae
Vendored
+1 -1
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