]> git.ipfire.org Git - thirdparty/zstd.git/commit
codemod: seqStore_t -> SeqStore_t
authorYann Collet <cyan@fb.com>
Tue, 10 Dec 2024 19:09:52 +0000 (11:09 -0800)
committerYann Collet <cyan@fb.com>
Tue, 17 Dec 2024 04:44:03 +0000 (20:44 -0800)
commitd914e4a64c455f52837719ff76379395e2eaa659
tree6cd59c65ea23a9dc7ab8c8f022a0cbeb126dfccd
parentb882014a195f28b0ef73c9658bc1e6fbd59724de
codemod: seqStore_t -> SeqStore_t

same idea, SeqStore_t is a type name, it should start with a Capital letter.
21 files changed:
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_compress_superblock.c
lib/compress/zstd_double_fast.c
lib/compress/zstd_double_fast.h
lib/compress/zstd_fast.c
lib/compress/zstd_fast.h
lib/compress/zstd_lazy.c
lib/compress/zstd_lazy.h
lib/compress/zstd_ldm.c
lib/compress/zstd_ldm.h
lib/compress/zstd_opt.c
lib/compress/zstd_opt.h
lib/dictBuilder/zdict.c
lib/legacy/zstd_v01.c
lib/legacy/zstd_v02.c
lib/legacy/zstd_v03.c
lib/legacy/zstd_v05.c
lib/legacy/zstd_v06.c
lib/legacy/zstd_v07.c
tests/decodecorpus.c