[llvm-commits] CVS: llvm/lib/Support/Compressor.cpp

Jeff Cohen jeffc at jolt-lang.org
Tue Jul 26 23:12:58 PDT 2005



Changes in directory llvm/lib/Support:

Compressor.cpp updated: 1.18 -> 1.19
---
Log message:

Eliminate all remaining tabs and trailing spaces.

---
Diffs of the changes:  (+1 -1)

 Compressor.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Support/Compressor.cpp
diff -u llvm/lib/Support/Compressor.cpp:1.18 llvm/lib/Support/Compressor.cpp:1.19
--- llvm/lib/Support/Compressor.cpp:1.18	Fri May 13 02:05:37 2005
+++ llvm/lib/Support/Compressor.cpp	Wed Jul 27 01:12:33 2005
@@ -408,7 +408,7 @@
 
       // 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);






More information about the llvm-commits mailing list