mirror of https://git.tukaani.org/xz.git
liblzma: Fix white space
Thanks to xx on #tukaani.
(cherry picked from commit b14d08fbbc
)
This commit is contained in:
parent
37c46f7b67
commit
4686f0eecd
|
@ -62,12 +62,12 @@ extern lzma_ret lzma_simple_armthumb_decoder_init(lzma_next_coder *next,
|
|||
|
||||
|
||||
extern lzma_ret lzma_simple_arm64_encoder_init(lzma_next_coder *next,
|
||||
const lzma_allocator *allocator,
|
||||
const lzma_filter_info *filters);
|
||||
const lzma_allocator *allocator,
|
||||
const lzma_filter_info *filters);
|
||||
|
||||
extern lzma_ret lzma_simple_arm64_decoder_init(lzma_next_coder *next,
|
||||
const lzma_allocator *allocator,
|
||||
const lzma_filter_info *filters);
|
||||
const lzma_allocator *allocator,
|
||||
const lzma_filter_info *filters);
|
||||
|
||||
|
||||
extern lzma_ret lzma_simple_sparc_encoder_init(lzma_next_coder *next,
|
||||
|
|
Loading…
Reference in New Issue