From 5f4ef3c5a88f058ad98611c24617f41bc6a45d50 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Wed, 27 Jul 2005 06:12:32 +0000 Subject: Eliminate all remaining tabs and trailing spaces. llvm-svn: 22523 --- llvm/lib/Support/Compressor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Compressor.cpp') diff --git a/llvm/lib/Support/Compressor.cpp b/llvm/lib/Support/Compressor.cpp index e0f5f29aadf..1233cf4f0a0 100644 --- a/llvm/lib/Support/Compressor.cpp +++ b/llvm/lib/Support/Compressor.cpp @@ -408,7 +408,7 @@ size_t Compressor::decompress(const char *in, size_t size, // Decompress it int bzerr = BZ_OK; - while ( BZ_OK == (bzerr = BZ2_bzDecompress(&bzdata)) && + while ( BZ_OK == (bzerr = BZ2_bzDecompress(&bzdata)) && bzdata.avail_in != 0 ) { if (0 != getdata_uns(bzdata.next_out, bzdata.avail_out,cb,context)) { BZ2_bzDecompressEnd(&bzdata); -- cgit v1.2.3