aro_translate_c: fix formatting

This commit is contained in:
Evan Haas 2024-07-31 10:33:44 -07:00
parent aa5a1105e8
commit 1cc74f3cae
No known key found for this signature in database

View File

@ -358,8 +358,6 @@ fn transTypeDef(c: *Context, scope: *Scope, typedef_decl: NodeIndex) Error!void
try bs.discardVariable(c, name); try bs.discardVariable(c, name);
} }
} }
} }
fn mangleWeakGlobalName(c: *Context, want_name: []const u8) ![]const u8 { fn mangleWeakGlobalName(c: *Context, want_name: []const u8) ![]const u8 {