1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-03-06 21:22:28 +00:00
parent 28a2179584
commit 2177e1988b

View file

@ -50,9 +50,6 @@ public class MultilineWhitespaceHandlingTest extends ChangeGeneratorTest {
if (statement instanceof IASTCompoundStatement) { if (statement instanceof IASTCompoundStatement) {
IASTCompoundStatement compoundStatement = (IASTCompoundStatement) statement; IASTCompoundStatement compoundStatement = (IASTCompoundStatement) statement;
CPPNodeFactory nf = CPPNodeFactory.getDefault(); CPPNodeFactory nf = CPPNodeFactory.getDefault();
ASTModification modification = new ASTModification(ASTModification.ModificationKind.APPEND_CHILD, compoundStatement, null, null); ASTModification modification = new ASTModification(ASTModification.ModificationKind.APPEND_CHILD, compoundStatement, null, null);
modStore.storeModification(null, modification); modStore.storeModification(null, modification);
} }