style fixes

This commit is contained in:
Daniel Kirchner
2023-09-13 22:54:10 +02:00
committed by Nikola Matic
parent e4e0472407
commit 5d1d365e2f
12 changed files with 126 additions and 127 deletions
+1 -1
View File
@@ -486,7 +486,7 @@ bool CompilerStack::analyze()
for (Source const* source: m_sourceOrder)
if (source->ast && !docStringTagParser.parseDocStrings(*source->ast))
noErrors = false;
}
}
// Requires DocStringTagParser
for (Source const* source: m_sourceOrder)