1
0
Derivar 0

liblzma: Clean up white space

Este cometimento está contido em:
Lasse Collin 2024-04-22 20:31:25 +03:00
ascendente 2f06920f20
cometimento ed8e552395
1 ficheiros modificados com 1 adições e 1 eliminações

Ver ficheiro

@ -21,7 +21,7 @@
// changing this check. // changing this check.
#define IS_ENC_DICT_SIZE_VALID(size) \ #define IS_ENC_DICT_SIZE_VALID(size) \
((size) >= LZMA_DICT_SIZE_MIN \ ((size) >= LZMA_DICT_SIZE_MIN \
&& (size) <= (UINT32_C(1) << 30) + (UINT32_C(1) << 29)) && (size) <= (UINT32_C(1) << 30) + (UINT32_C(1) << 29))
/// A table of these is used by the LZ-based encoder to hold /// A table of these is used by the LZ-based encoder to hold