]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:30 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jul 2024 18:12:18 +0000 (12:12 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/sandbox/cpu/os.c
arch/sandbox/include/asm/byteorder.h

index d7869b2e368152c801d7acb6f2f563c113da367a..46ff305b5363047818560374694bb1258bb927eb 100644 (file)
@@ -1106,7 +1106,6 @@ void os_relaunch(char *argv[])
        os_exit(1);
 }
 
-
 #ifdef CONFIG_FUZZ
 static void *fuzzer_thread(void * ptr)
 {
index 70b4c078af11385629909447d11fbe70c960cb8b..592f10a076bddc8ae098bf90830961b43e43389a 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef __ASM_SANDBOX_BYTEORDER_H
 #define __ASM_SANDBOX_BYTEORDER_H
 
-
 #include <asm/types.h>
 
 #if !defined(__STRICT_ANSI__) || defined(__KERNEL__)