Browse Source

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: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Andrea Gelmini 15 năm trước cách đây
mục cha
commit
5499b45190
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      arch/sh/lib/libgcc.h

+ 1 - 2
arch/sh/lib/libgcc.h

@@ -17,8 +17,7 @@ struct DWstruct {
 #error I feel sick.
 #endif
 
-typedef union
-{
+typedef union {
 	struct DWstruct s;
 	long long ll;
 } DWunion;