bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides
in separate directory (archival/bz/*)
and is covered by BSD-style license.
code size: 13k

diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c
index 52be6b2..0572bee 100644
--- a/archival/libunarchive/decompress_unzip.c
+++ b/archival/libunarchive/decompress_unzip.c
@@ -323,7 +323,7 @@
 	} while (--i);
 	if (c[0] == n) {  /* null input - all zero length codes */
 		*m = 0;
-		return 2; 
+		return 2;
 	}
 
 	/* Find minimum and maximum length, bound *m by those */