mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00:00
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:
parent
cf89c5180a
commit
ee483902ae
1 changed files with 1 additions and 1 deletions
2
env/flash.c
vendored
2
env/flash.c
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue