forked from qt-creator/qt-creator
Braces cleanup
Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -58,11 +58,10 @@ void CMakeParser::stdError(const QString &line)
|
||||
{
|
||||
QString trimmedLine = rightTrimmed(line);
|
||||
if (trimmedLine.isEmpty() && !m_lastTask.isNull()) {
|
||||
if (m_skippedFirstEmptyLine) {
|
||||
if (m_skippedFirstEmptyLine)
|
||||
doFlush();
|
||||
} else {
|
||||
else
|
||||
m_skippedFirstEmptyLine = true;
|
||||
}
|
||||
return;
|
||||
}
|
||||
if (m_skippedFirstEmptyLine)
|
||||
|
||||
Reference in New Issue
Block a user