diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-10 17:18:12 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-10 17:18:12 +0000 |
commit | 8185a750125e3bbbad954f904963b4a2abb9f180 (patch) | |
tree | 8cd6b29686ac955853fffa460118d88be2cd4b4e | |
parent | 661cb54f536710682c6a2c5a0e19fba9c3bde6df (diff) | |
download | busybox-w32-8185a750125e3bbbad954f904963b4a2abb9f180.tar.gz busybox-w32-8185a750125e3bbbad954f904963b4a2abb9f180.tar.bz2 busybox-w32-8185a750125e3bbbad954f904963b4a2abb9f180.zip |
one-liner: fix indentation
git-svn-id: svn://busybox.net/trunk/busybox@18385 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | archival/libunarchive/decompress_bunzip2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/decompress_bunzip2.c b/archival/libunarchive/decompress_bunzip2.c index 75d225bee..d4db40ece 100644 --- a/archival/libunarchive/decompress_bunzip2.c +++ b/archival/libunarchive/decompress_bunzip2.c | |||
@@ -473,7 +473,7 @@ static int get_next_block(bunzip_data *bd) | |||
473 | } | 473 | } |
474 | 474 | ||
475 | /* At this point, we've read all the Huffman-coded symbols (and repeated | 475 | /* At this point, we've read all the Huffman-coded symbols (and repeated |
476 | runs) for this block from the input stream, and decoded them into the | 476 | runs) for this block from the input stream, and decoded them into the |
477 | intermediate buffer. There are dbufCount many decoded bytes in dbuf[]. | 477 | intermediate buffer. There are dbufCount many decoded bytes in dbuf[]. |
478 | Now undo the Burrows-Wheeler transform on dbuf. | 478 | Now undo the Burrows-Wheeler transform on dbuf. |
479 | See http://dogma.net/markn/articles/bwt/bwt.htm | 479 | See http://dogma.net/markn/articles/bwt/bwt.htm |