MIPS: libgcc.h: Checkpatch cleanup
[safe/jmp/linux-2.6] / arch / mips / lib / libgcc.h
index 3f19d1c..05909d5 100644 (file)
@@ -17,8 +17,7 @@ struct DWstruct {
 #error I feel sick.
 #endif
 
-typedef union
-{
+typedef union {
        struct DWstruct s;
        long long ll;
 } DWunion;