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 migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
net.zig Check for isDarwin() instead of linked libc 2022-01-14 13:44:38 +01:00
socket.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
socket_posix.zig zig fmt: remove trailing whitespace on doc comments 2022-04-05 18:08:33 +03:00
socket_windows.zig os: usingnamespace fixes for std.x.os.Socket and std.os.TCP 2021-09-12 23:36:44 -04:00