diff --git a/src/ASBeautifier.cpp b/src/ASBeautifier.cpp index 30b667e..077ab68 100644 --- a/src/ASBeautifier.cpp +++ b/src/ASBeautifier.cpp @@ -2719,6 +2719,7 @@ void ASBeautifier::parseCurrentLine(const string& line) { isInTemplateInstantiation = false; templateDepth = 0; + isInStatement = false; } } }