From ee483902aeed69025586c38bfb73e6400bf0f9f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Beh=C3=BAn?= Date: Fri, 22 Oct 2021 15:47:21 +0200 Subject: [PATCH] env: flash: Cosmetic fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change tab to space in env_flash_init(). Signed-off-by: Marek Behún Reviewed-by: Simon Glass --- env/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/flash.c b/env/flash.c index b3230fd..9c8abfa 100644 --- a/env/flash.c +++ b/env/flash.c @@ -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 -- 2.7.4