[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6779]
This commit is contained in:
parrt 2010-03-27 11:00:16 -08:00
parent 63342b1b1e
commit 2a9fb1bba6
1 changed files with 1 additions and 1 deletions

View File

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