mirror of https://git.tukaani.org/xz.git
liblzma: Clean up white space
This commit is contained in:
parent
2f06920f20
commit
ed8e552395
|
@ -21,7 +21,7 @@
|
|||
// changing this check.
|
||||
#define IS_ENC_DICT_SIZE_VALID(size) \
|
||||
((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
|
||||
|
|
Loading…
Reference in New Issue