diff options
| author | Jimmi Holst Christensen <jhc@liab.dk> | 2019-03-08 10:40:11 +0100 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-03-11 10:55:10 -0400 |
| commit | 29accac74c64bb91c3a36e19db8602a77e19d85e (patch) | |
| tree | 53a747129e532de477053737df4e0db861c184e3 /src/ir.cpp | |
| parent | 8eedec4f938f89875e36750a33b69de921b453f1 (diff) | |
| download | zig-29accac74c64bb91c3a36e19db8602a77e19d85e.tar.gz zig-29accac74c64bb91c3a36e19db8602a77e19d85e.zip | |
removed wild tab
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp index 40cd1f36da..968f49fb5c 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -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); |
