diff options
author | Jim Meyering <meyering@redhat.com> | 2009-01-19 21:37:16 +0100 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-01-26 20:01:51 +0200 |
commit | 850f7400428dc9c5fd08a2f35a5bd2c9e45aede2 (patch) | |
tree | 14a0142d5d5b37c860dffc5d6a11100100aa79b9 /debug/known_sizes.c | |
parent | Add lzma_block_buffer_decode(). (diff) | |
download | xz-850f7400428dc9c5fd08a2f35a5bd2c9e45aede2.tar.xz |
remove trailing blanks from all but .xz files
Diffstat (limited to 'debug/known_sizes.c')
-rw-r--r-- | debug/known_sizes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/known_sizes.c b/debug/known_sizes.c index 75ac813c..643f8407 100644 --- a/debug/known_sizes.c +++ b/debug/known_sizes.c @@ -50,7 +50,7 @@ main(void) lzma_options_lzma opt_lzma; if (lzma_lzma_preset(&opt_lzma, 1)) return 1; - + lzma_filter filters[] = { { .id = LZMA_FILTER_LZMA2, |