TemplateEngine: Fix indention

Change-Id: I9eaaac11af938bcd3e96687dec435303448c0749
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-10-14 12:54:48 +02:00
parent 3389e5f969
commit ccd3bf0b19

View File

@@ -151,7 +151,7 @@ bool PreprocessContext::process(const QString &in, QString *out, QString *errorM
*errorMessage = msgEmptyStack(l); *errorMessage = msgEmptyStack(l);
return false; return false;
} }
QString expression; QString expression;
bool expressionValue = false; bool expressionValue = false;
PreprocessStackEntry &top = m_sectionStack.back(); PreprocessStackEntry &top = m_sectionStack.back();