forked from OERV-BSP/u-boot
x86: 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:
@@ -5,7 +5,6 @@
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
|
||||
static __inline__ __u32 ___arch__swab32(__u32 x)
|
||||
{
|
||||
__asm__("bswap %0" : "=r" (x) : "0" (x));
|
||||
|
||||
Reference in New Issue
Block a user