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

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-04-22 05:48:05 +00:00
parent a9c21800ee
commit d9a0d4ef7f

View file

@ -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;