import eclipse 3.1 M4 compiler
[org.ibex.tool.git] / src / org / eclipse / jdt / internal / compiler / parser / RecoveredInitializer.java
index 66d1aae..ed9d6c3 100644 (file)
@@ -156,7 +156,7 @@ public RecoveredElement add(TypeDeclaration typeDeclaration, int bracketBalanceV
        }
        RecoveredType element = new RecoveredType(typeDeclaration, this, bracketBalanceValue);
        localTypes[localTypeCount++] = element;
-
+       
        /* consider that if the opening brace was not found, it is there */
        if (!foundOpeningBrace){
                foundOpeningBrace = true;