summaryrefslogtreecommitdiff
path: root/arch/sandbox/include
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-13 15:19:30 +0200
committerTom Rini <trini@konsulko.com>2024-07-15 12:12:18 -0600
commit2cd9466bedec4950d7291efa95f228c5150ee421 (patch)
treedc8f39ae68c6745e7a458bc5afcb56ef92e08674 /arch/sandbox/include
parent5f9a3003be1d9657cf450e3dedf56e92a7415e07 (diff)
sandbox: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch/sandbox/include')
-rw-r--r--arch/sandbox/include/asm/byteorder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sandbox/include/asm/byteorder.h b/arch/sandbox/include/asm/byteorder.h
index 70b4c078af1..592f10a076b 100644
--- a/arch/sandbox/include/asm/byteorder.h
+++ b/arch/sandbox/include/asm/byteorder.h
@@ -6,7 +6,6 @@
#ifndef __ASM_SANDBOX_BYTEORDER_H
#define __ASM_SANDBOX_BYTEORDER_H
-
#include <asm/types.h>
#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)