Clear isInStatement after template instantiation

This commit is contained in:
Peter Vingelmann 2016-09-23 02:42:37 +02:00
parent 8853a85181
commit 45885f5fb1

View File

@ -2719,6 +2719,7 @@ void ASBeautifier::parseCurrentLine(const string& line)
{
isInTemplateInstantiation = false;
templateDepth = 0;
isInStatement = false;
}
}
}