mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
a9c21800ee
commit
d9a0d4ef7f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class CPPASTNullStatement extends ASTNode implements IASTNullStatement {
|
|||
switch (action.leave(this)) {
|
||||
case ASTVisitor.PROCESS_ABORT: return false;
|
||||
case ASTVisitor.PROCESS_SKIP: return true;
|
||||
default : break;
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue