1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Whitespace.

This commit is contained in:
Sergey Prigogin 2010-03-28 22:34:07 +00:00
parent 0837cd014f
commit 4e6488620b

View file

@ -54,7 +54,7 @@ final class CPPASTAmbiguityResolver extends ASTVisitor {
public int visit(ASTAmbiguousNode astAmbiguousNode) {
IASTNode node= astAmbiguousNode.resolveAmbiguity(this);
if (node instanceof IASTDeclarator) {
while(node != null) {
while (node != null) {
if (node instanceof IASTDeclaration) {
fRepopulate.add((IASTDeclaration) node);
break;