1
0
mirror of https://github.com/facebook/zstd.git synced 2025-12-08 01:42:16 +03:00
Files
zstd/programs/benchfn.c
Christoph Grüninger b921f1aad6 Reduce scope of variables
This improves readability, keeps variables local, and
prevents the unintended use (e.g. typo) later on.
Found by Cppcheck (variableScope)
2024-02-11 22:00:03 +01:00

9.6 KiB