mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Cosmetics.
This commit is contained in:
parent
233f182df3
commit
db6c3b4486
1 changed files with 4 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* IBM - Initial API and implementation
|
* IBM - Initial API and implementation
|
||||||
* Markus Schorn (Wind River Systems)
|
* Markus Schorn (Wind River Systems)
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.core.dom.parser.cpp;
|
package org.eclipse.cdt.internal.core.dom.parser.cpp;
|
||||||
|
|
||||||
|
@ -24,8 +24,9 @@ public class CPPASTAmbiguousExpression extends ASTAmbiguousNode
|
||||||
private int expPos= -1;
|
private int expPos= -1;
|
||||||
|
|
||||||
public CPPASTAmbiguousExpression(IASTExpression... expressions) {
|
public CPPASTAmbiguousExpression(IASTExpression... expressions) {
|
||||||
for(IASTExpression e : expressions)
|
for (IASTExpression e : expressions) {
|
||||||
addExpression(e);
|
addExpression(e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue