瀏覽代碼

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 年之前
父節點
當前提交
5499b45190
共有 1 個文件被更改,包括 1 次插入2 次删除
  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;