mirror of
https://github.com/ziglang/zig.git
synced 2026-01-05 04:53:17 +00:00
removed wild tab
This commit is contained in:
parent
8eedec4f93
commit
29accac74c
@ -18048,7 +18048,7 @@ static Error ir_make_type_info_value(IrAnalyze *ira, IrInstruction *source_instr
|
||||
result = create_const_vals(1);
|
||||
result->special = ConstValSpecialStatic;
|
||||
result->type = ira->codegen->builtin_types.entry_void;
|
||||
break;
|
||||
break;
|
||||
case ZigTypeIdInt:
|
||||
{
|
||||
result = create_const_vals(1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user