Skip to content
Snippets Groups Projects
Commit ee483902 authored by Marek Behún's avatar Marek Behún Committed by Simon Glass
Browse files

env: flash: Cosmetic fix


Change tab to space in env_flash_init().

Signed-off-by: default avatarMarek Behún <marek.behun@nic.cz>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent cf89c518
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment