Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5499b451 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Paul Mundt
Browse files

arch/sh/lib/libgcc.h: Checkpatch cleanup



arch/sh/lib/libgcc.h:21: ERROR: open brace '{' following union go on the same line

Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 30ff056c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -17,8 +17,7 @@ struct DWstruct {
#error I feel sick.
#endif

typedef union
{
typedef union {
	struct DWstruct s;
	long long ll;
} DWunion;