zig/lib/std/x/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
..
io.zig
net.zig
socket.zig
socket_posix.zig zig fmt: remove trailing whitespace on doc comments 2022-04-05 18:08:33 +03:00
socket_windows.zig