mirror of
https://git.tukaani.org/xz.git
synced 2025-04-18 21:50:49 +00:00
xz: Edit coding style
(cherry picked from commit a731a6993c34bbbd55abaf9c166718682b1da24f)
This commit is contained in:
parent
e3ad7eda74
commit
8a01963331
@ -735,7 +735,7 @@ coder_set_compression_settings(void)
|
|||||||
if (r->filters == NULL)
|
if (r->filters == NULL)
|
||||||
continue;
|
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;
|
lzma_options_lzma *opt = filter_lzma->options;
|
||||||
|
|
||||||
// The first index is the default filter chain. The message
|
// The first index is the default filter chain. The message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user