removed wild tab

This commit is contained in:
Jimmi Holst Christensen 2019-03-08 10:40:11 +01:00 committed by Andrew Kelley
parent 8eedec4f93
commit 29accac74c
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -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);