mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
provide consistent spacing to enum field
This commit is contained in:
parent
e26126caca
commit
26e34d8a73
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ typedef struct {
|
|||
typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params;
|
||||
|
||||
typedef enum {
|
||||
ZSTD_dct_auto=0, /* dictionary is "full" when starting with ZSTD_MAGIC_DICTIONARY, otherwise it is "rawContent" */
|
||||
ZSTD_dct_auto = 0, /* dictionary is "full" when starting with ZSTD_MAGIC_DICTIONARY, otherwise it is "rawContent" */
|
||||
ZSTD_dct_rawContent, /* ensures dictionary is always loaded as rawContent, even if it starts with ZSTD_MAGIC_DICTIONARY */
|
||||
ZSTD_dct_fullDict /* refuses to load a dictionary if it does not respect Zstandard's specification */
|
||||
} ZSTD_dictContentType_e;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue