run zig fmt on src/ and test/

This commit is contained in:
Vexu 2020-10-31 12:21:49 +02:00
parent 3ff381385a
commit 28a0583b84
No known key found for this signature in database
GPG key ID: 59AEB8936E16A6AC
4 changed files with 68 additions and 69 deletions

View file

@ -1758,7 +1758,6 @@ pub fn addCases(cases: *tests.TranslateCContext) void {
, &[_][]const u8{
\\pub export var anyerror_1: c_uint = @bitCast(c_uint, @as(c_int, 2));
,
\\pub const noreturn_2 = @compileError("unable to translate C expr: unexpected token .Keyword_noreturn");
});