Commit 1cc74f3cae

Evan Haas <evan@lagerdata.com>
2024-07-31 19:33:44
aro_translate_c: fix formatting
1 parent aa5a110
Changed files (1)
lib
lib/compiler/aro_translate_c.zig
@@ -358,8 +358,6 @@ fn transTypeDef(c: *Context, scope: *Scope, typedef_decl: NodeIndex) Error!void
             try bs.discardVariable(c, name);
         }
     }
-
-
 }
 
 fn mangleWeakGlobalName(c: *Context, want_name: []const u8) ![]const u8 {