mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45:35 +02:00
Cosmetics.
This commit is contained in:
parent
bb61124897
commit
2f36117b61
2 changed files with 17 additions and 18 deletions
|
@ -27,8 +27,7 @@ import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguityParent;
|
|||
* e.g.: int a[]= {1,2,3};
|
||||
*/
|
||||
public class CASTInitializerList extends ASTNode implements IASTInitializerList, IASTAmbiguityParent {
|
||||
|
||||
private IASTInitializerClause[] initializers = null;
|
||||
private IASTInitializerClause[] initializers;
|
||||
private int initializersPos = -1;
|
||||
private int actualSize;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue