Author: sebb
Date: Thu Jun 16 12:42:51 2011
New Revision: 1136408

URL: http://svn.apache.org/viewvc?rev=1136408&view=rev
Log:
Tab police

Modified:
    jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/ClassParser.java

Modified: 
jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/ClassParser.java
URL: 
http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/ClassParser.java?rev=1136408&r1=1136407&r2=1136408&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/ClassParser.java 
(original)
+++ jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/ClassParser.java 
Thu Jun 16 12:42:51 2011
@@ -162,23 +162,23 @@ public final class ClassParser {
             //        byte[] buf = new byte[bytes];
             //        file.read(buf);
             //        if(!(is_zip && (buf.length == 1))) {
-            //         System.err.println("WARNING: Trailing garbage at end of 
" + file_name);
-            //         System.err.println(bytes + " extra bytes: " + 
Utility.toHexString(buf));
+            //      System.err.println("WARNING: Trailing garbage at end of " 
+ file_name);
+            //      System.err.println(bytes + " extra bytes: " + 
Utility.toHexString(buf));
             //        }
             //      }
         } finally {
             // Read everything of interest, so close the file
             if (fileOwned) {
-               try {
-                       if (file != null) {
-                           file.close();
-                       }
-                       if (zip != null) {
-                           zip.close();
-                       }
-               } catch (IOException ioe) {
-                       //ignore close exceptions
-               }
+                try {
+                    if (file != null) {
+                        file.close();
+                    }
+                    if (zip != null) {
+                        zip.close();
+                    }
+                } catch (IOException ioe) {
+                    //ignore close exceptions
+                }
             }
         }
         // Return the information we have gathered in a new object



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to