fix whitespace line-endings
This commit is contained in:
parent
4c7eebbbfc
commit
29d32bfa79
19 changed files with 26 additions and 27 deletions
|
|
@ -49,6 +49,6 @@ fn makeSequence(comptime T: type, ??? size: usize) [???]T {
|
|||
while (i < size) : (i += 1) {
|
||||
sequence[i] = @intCast(T, i) + 1;
|
||||
}
|
||||
|
||||
|
||||
return sequence;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue