Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
u16 val16;
u32 val32;
-
/* Decode the configuration register values for the register we wish to
* access
*/
#ifdef CONFIG_X86EMU_DEBUG
-
# define DECODE_PRINTF(x) if (DEBUG_DECODE()) \
x86emu_decode_printf(x)
# define DECODE_PRINTF2(x,y) if (DEBUG_DECODE()) \
*
****************************************************************************/
-
#define PRIM_OPS_NO_REDEFINE_ASM
#include "x86emu/x86emui.h"
/*----------------------------- Implementation ----------------------------*/
-
/*--------- Side effects helper functions -------*/
/****************************************************************************