env: sf: cosmetic: remove unnecessary space
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Mon, 4 Jan 2021 13:41:31 +0000 (14:41 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 29 Jan 2021 15:36:49 +0000 (10:36 -0500)
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

index 91ed286..42d7627 100644 (file)
--- 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);