mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
28a2179584
commit
2177e1988b
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue