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

Code formatting.

This commit is contained in:
Sergey Prigogin 2008-10-26 22:42:23 +00:00
parent 8f45aeca2f
commit 253cc606d6

View file

@ -51,7 +51,7 @@ public abstract class ASTAmbiguousNode extends ASTNode {
/**
* Return the alternative nodes for this ambiguity.
*/
protected abstract IASTNode [] getNodes();
protected abstract IASTNode[] getNodes();
/**
* Returns the scope that may get polluted by alternatives of this ambiguity.
@ -64,7 +64,6 @@ public abstract class ASTAmbiguousNode extends ASTNode {
final IASTAmbiguityParent owner= (IASTAmbiguityParent) getParent();
IASTNode nodeToReplace= this;
final IASTNode[] alternatives= getNodes();
IASTNode bestAlternative= null;