fix whitespace line-endings

This commit is contained in:
Jonathan Halmen
2021-11-05 16:44:29 +01:00
parent 4c7eebbbfc
commit 29d32bfa79
19 changed files with 26 additions and 27 deletions

View File

@@ -22,7 +22,7 @@
// Versatility! Zig strings are compatible with C strings (which
// are null-terminated) AND can be coerced to a variety of other
// Zig types:
//
//
// const a: [5]u8 = "array".*;
// const b: *const [16]u8 = "pointer to array";
// const c: []const u8 = "slice";