diff mbox series

[08/10] Just cosmetic, cleanup some code

Message ID 20231009152747.416164-9-stefano.babic@swupdate.org
State Accepted
Delegated to: Stefano Babic
Headers show
Series Cosmetic and cleaup code | expand

Commit Message

Stefano Babic Oct. 9, 2023, 3:27 p.m. UTC
Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
---
 bootloader/uboot.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/bootloader/uboot.c b/bootloader/uboot.c
index 7fd47ac7..7f0e04a6 100644
--- a/bootloader/uboot.c
+++ b/bootloader/uboot.c
@@ -86,7 +86,6 @@  static int do_env_unset(const char *name)
 	return do_env_set(name, NULL);
 }
 
-
 static int do_apply_list(const char *filename)
 {
 	int ret;