Skip to content

Commit

Permalink
aro_translate_c: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaas committed Jul 31, 2024
1 parent aa5a110 commit 1cc74f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/compiler/aro_translate_c.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1cc74f3

Please sign in to comment.