clean up
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6779]
This commit is contained in:
parent
63342b1b1e
commit
2a9fb1bba6
|
@ -333,7 +333,7 @@ public class unused_StackLimitedNFAToDFAConverter {
|
|||
{
|
||||
Rule invokingRule = null;
|
||||
|
||||
if ( context!= NFAContext.EMPTY) {
|
||||
if ( context!=NFAContext.EMPTY) {
|
||||
// if stack not empty, get invoking rule from top of stack
|
||||
invokingRule = context.returnState.rule;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue