mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
sandbox: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
5f9a3003be
commit
2cd9466bed
@ -1106,7 +1106,6 @@ void os_relaunch(char *argv[])
|
||||
os_exit(1);
|
||||
}
|
||||
|
||||
|
||||
#ifdef CONFIG_FUZZ
|
||||
static void *fuzzer_thread(void * ptr)
|
||||
{
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
#ifndef __ASM_SANDBOX_BYTEORDER_H
|
||||
#define __ASM_SANDBOX_BYTEORDER_H
|
||||
|
||||
|
||||
#include <asm/types.h>
|
||||
|
||||
#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user