zig/lib/std/compress/deflate
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
..
testdata
bits_utils.zig
compressor.zig zig fmt: remove trailing whitespace on doc comments 2022-04-05 18:08:33 +03:00
compressor_test.zig std: remove superfluous .read = true from deflate tests 2022-01-29 16:57:10 +02:00
decompressor.zig
deflate_const.zig
deflate_fast.zig
deflate_fast_test.zig
dict_decoder.zig
huffman_bit_writer.zig std: remove superfluous .read = true from deflate tests 2022-01-29 16:57:10 +02:00
huffman_code.zig
mem_utils.zig
token.zig