svn commit: trunk/busybox/archival/libunarchive

vda at busybox.net vda at busybox.net
Tue Apr 10 17:18:13 UTC 2007


Author: vda
Date: 2007-04-10 10:18:12 -0700 (Tue, 10 Apr 2007)
New Revision: 18385

Log:
one-liner: fix indentation


Modified:
   trunk/busybox/archival/libunarchive/decompress_bunzip2.c


Changeset:
Modified: trunk/busybox/archival/libunarchive/decompress_bunzip2.c
===================================================================
--- trunk/busybox/archival/libunarchive/decompress_bunzip2.c	2007-04-10 17:16:33 UTC (rev 18384)
+++ trunk/busybox/archival/libunarchive/decompress_bunzip2.c	2007-04-10 17:18:12 UTC (rev 18385)
@@ -473,7 +473,7 @@
 	}
 
 	/* At this point, we've read all the Huffman-coded symbols (and repeated
-       runs) for this block from the input stream, and decoded them into the
+	   runs) for this block from the input stream, and decoded them into the
 	   intermediate buffer.  There are dbufCount many decoded bytes in dbuf[].
 	   Now undo the Burrows-Wheeler transform on dbuf.
 	   See http://dogma.net/markn/articles/bwt/bwt.htm




More information about the busybox-cvs mailing list