mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
xz: Edit coding style
This commit is contained in:
parent
32eb176b89
commit
a731a6993c
@ -735,7 +735,7 @@ coder_set_compression_settings(void)
|
||||
if (r->filters == NULL)
|
||||
continue;
|
||||
|
||||
lzma_filter *filter_lzma = &(r->filters[r->lzma_idx]);
|
||||
lzma_filter *filter_lzma = &r->filters[r->lzma_idx];
|
||||
lzma_options_lzma *opt = filter_lzma->options;
|
||||
|
||||
// The first index is the default filter chain. The message
|
||||
|
Loading…
x
Reference in New Issue
Block a user