]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Clean up white space
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 22 Apr 2024 17:31:25 +0000 (20:31 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 22 Apr 2024 17:31:25 +0000 (20:31 +0300)
src/liblzma/lz/lz_encoder.h

index 429836c8bc4e3e930efa17b8aa61db00fabeb906..eb197c6b6cd8acb7eaa1fedf3ce73a1d1e337db4 100644 (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