]> git.ipfire.org Git - thirdparty/zstd.git/commit
[lib] Wrap customMem xor checks in parens for readability
authorNick Terrell <terrelln@fb.com>
Thu, 24 Sep 2020 03:34:44 +0000 (20:34 -0700)
committerNick Terrell <terrelln@fb.com>
Thu, 24 Sep 2020 06:26:07 +0000 (23:26 -0700)
commit9261476b7d84c5010857a2459497c8b7ea09b78c
treee5de2dcc93942fa53d1ddbfab6b9e9020883cd93
parent2fc1d50ee7a63354b1804faa069e57f2cf00afd5
[lib] Wrap customMem xor checks in parens for readability

This clarifies operator precedence, and quiets cppcheck in
the Kernel Test Robot. I think this is a slight bonus to
readability, so I am accepting the suggestion.
lib/compress/zstd_compress.c
lib/decompress/zstd_ddict.c
lib/decompress/zstd_decompress.c