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:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user