removed wild tab
This commit is contained in:
committed by
Andrew Kelley
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);
|
||||
|
||||
Reference in New Issue
Block a user