fix whitespace line-endings
This commit is contained in:
parent
4147a9a39b
commit
88886a37d9
19 changed files with 26 additions and 27 deletions
|
|
@ -56,7 +56,7 @@ fn getLlama(i: usize) u32 {
|
|||
}
|
||||
|
||||
// Fun fact: this assert() function is identical to
|
||||
// std.debug.assert() from the Zig Standard Library.
|
||||
// std.debug.assert() from the Zig Standard Library.
|
||||
fn assert(ok: bool) void {
|
||||
if (!ok) unreachable;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue