mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Whitespace.
This commit is contained in:
parent
0837cd014f
commit
4e6488620b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue