zig/lib/std/os
Damien Firmenich 5fafcc2b62
zig fmt: remove trailing whitespace on doc comments
Fixes #11353

The renderer treats comments and doc comments differently since doc
comments are parsed into the Ast. This commit adds a check after getting
the text for the doc comment and trims whitespace at the end before
rendering.

The `a = 0,` in the test is here to avoid a ParseError while parsing the
test.
2022-04-05 18:08:33 +03:00
..
linux Fix ucontext_t 2022-03-22 23:19:02 -04:00
plan9 plan9: more syscalls 2021-11-09 07:08:27 -05:00
uefi zig fmt: remove trailing whitespace on doc comments 2022-04-05 18:08:33 +03:00
windows Merge pull request #10003 from viriuwu/nt-thread-name 2022-02-15 13:23:09 +02:00
darwin.zig macos: update Mach routines for accessing page info 2022-03-17 10:42:11 +01:00
linux.zig stage2 llvm: fix lowerDeclRefValue for function aliases 2022-03-21 15:12:32 -04:00
plan9.zig plan9: more syscalls 2021-11-09 07:08:27 -05:00
posix_spawn.zig std: introduce posix_spawn as an alt to fork-exec 2022-03-16 19:40:44 +01:00
test.zig Pull elf magic string out to re-used constant 2022-04-04 15:33:24 +03:00
uefi.zig std/os/uefi: Simplify packed struct padding and default zero-initialize 2022-01-16 02:04:39 -05:00
wasi.zig stdlib: Add emulated CWD to std.os for WASI targets 2022-03-03 14:31:49 -07:00
windows.zig Merge pull request #10003 from viriuwu/nt-thread-name 2022-02-15 13:23:09 +02:00