From 1cc74f3cae32bc5c002868d7d53af4e14f5a9ce6 Mon Sep 17 00:00:00 2001 From: Evan Haas Date: Wed, 31 Jul 2024 10:33:44 -0700 Subject: [PATCH] aro_translate_c: fix formatting --- lib/compiler/aro_translate_c.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/compiler/aro_translate_c.zig b/lib/compiler/aro_translate_c.zig index 9de4ec52d474..ad7584c7266d 100644 --- a/lib/compiler/aro_translate_c.zig +++ b/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 {