mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
liblzma: Clean up white space
This commit is contained in:
parent
2f06920f20
commit
ed8e552395
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user