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 9de4ec52d4746ab35289326349a81da08fcae662..ad7584c7266da0197e49cd8f60b473ae8b7c20b7 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 { -- 2.54.0