* [PATCH] env: sf: cosmetic: remove unnecessary space
@ 2021-01-04 13:41 Patrick Delaunay
2021-01-30 19:20 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Patrick Delaunay @ 2021-01-04 13:41 UTC (permalink / raw)
To: u-boot
Remove the unnecessary space before the 2 "done:" labels
in env_sf_save().
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---
env/sf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/env/sf.c b/env/sf.c
index 91ed2860ed..42d762714e 100644
--- a/env/sf.c
+++ b/env/sf.c
@@ -139,7 +139,7 @@ static int env_sf_save(void)
printf("Valid environment: %d\n", (int)gd->env_valid);
- done:
+done:
if (saved_buffer)
free(saved_buffer);
@@ -236,7 +236,7 @@ static int env_sf_save(void)
ret = 0;
puts("done\n");
- done:
+done:
if (saved_buffer)
free(saved_buffer);
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-30 19:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-04 13:41 [PATCH] env: sf: cosmetic: remove unnecessary space Patrick Delaunay
2021-01-30 19:20 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox