mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 17:25:38 +02:00
Cosmetics.
This commit is contained in:
parent
8bec791d32
commit
9959005ff7
1 changed files with 2 additions and 2 deletions
|
@ -36,6 +36,7 @@ public class CPPASTName extends CPPASTNameBase implements ICPPASTCompletionConte
|
||||||
public static IASTName NOT_INITIALIZED= new CPPASTName(null);
|
public static IASTName NOT_INITIALIZED= new CPPASTName(null);
|
||||||
|
|
||||||
private char[] name;
|
private char[] name;
|
||||||
|
|
||||||
public CPPASTName(char[] name) {
|
public CPPASTName(char[] name) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
}
|
}
|
||||||
|
@ -163,8 +164,7 @@ public class CPPASTName extends CPPASTNameBase implements ICPPASTCompletionConte
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (action.shouldVisitNames) {
|
if (action.shouldVisitNames) {
|
||||||
switch (action.leave(this)) {
|
switch (action.leave(this)) {
|
||||||
case ASTVisitor.PROCESS_ABORT:
|
case ASTVisitor.PROCESS_ABORT:
|
||||||
|
|
Loading…
Add table
Reference in a new issue