forked from qt-creator/qt-creator
ios: codestyle fix
Change-Id: I276e382f98f2851c489e8c5b5a682f7a57e80c7f Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -547,9 +547,8 @@ void IosToolHandlerPrivate::subprocessHasData()
|
|||||||
stop();
|
stop();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (rRead == 0) {
|
if (rRead == 0)
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
if (debugToolHandler)
|
if (debugToolHandler)
|
||||||
qDebug() << "subprocessHasData read " << QByteArray(buf, rRead);
|
qDebug() << "subprocessHasData read " << QByteArray(buf, rRead);
|
||||||
outputParser.addData(QByteArray(buf, rRead));
|
outputParser.addData(QByteArray(buf, rRead));
|
||||||
|
|||||||
Reference in New Issue
Block a user