]> wimlib.net Git - wimlib/blobdiff - src/lzx-compress.c
Win32: Improve restoring of special attributes
[wimlib] / src / lzx-compress.c
index a811d51c9ec9ffd43a5064d853b89aca888b1cc8..a8e15b24f107cf7239bb24d5416399574e725d99 100644 (file)
@@ -567,7 +567,7 @@ lzx_write_compressed_tree(struct output_bitstream *out,
 
 /* Builds the canonical Huffman code for the main tree, the length tree, and the
  * aligned offset tree. */
-static void 
+static void
 lzx_make_huffman_codes(const struct lzx_freq_tables *freq_tabs,
                       struct lzx_codes *codes)
 {