forked from qt-creator/qt-creator
TemplateEngine: Fix indention
Change-Id: I9eaaac11af938bcd3e96687dec435303448c0749 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user