aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc32_tablegen.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-01-19 21:37:16 +0100
committerLasse Collin <lasse.collin@tukaani.org>2009-01-26 20:01:51 +0200
commit850f7400428dc9c5fd08a2f35a5bd2c9e45aede2 (patch)
tree14a0142d5d5b37c860dffc5d6a11100100aa79b9 /src/liblzma/check/crc32_tablegen.c
parentAdd lzma_block_buffer_decode(). (diff)
downloadxz-850f7400428dc9c5fd08a2f35a5bd2c9e45aede2.tar.xz
remove trailing blanks from all but .xz files
Diffstat (limited to 'src/liblzma/check/crc32_tablegen.c')
-rw-r--r--src/liblzma/check/crc32_tablegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/check/crc32_tablegen.c b/src/liblzma/check/crc32_tablegen.c
index d0c41caa..fbcbf474 100644
--- a/src/liblzma/check/crc32_tablegen.c
+++ b/src/liblzma/check/crc32_tablegen.c
@@ -70,7 +70,7 @@ print_crc32_table(void)
printf("0x%08" PRIX32, crc32_table[s][b]);
if (b != 255)
- printf(", ");
+ printf(",%s", (b+1) % 4 == 0 ? "" : " ");
}
if (s == 7)