liblzma: Clean up white space

This commit is contained in:
Lasse Collin 2024-04-22 20:31:25 +03:00
parent 2f06920f20
commit ed8e552395
1 changed files with 1 additions and 1 deletions

View File

@ -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