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();
|
||||
return;
|
||||
}
|
||||
if (rRead == 0) {
|
||||
if (rRead == 0)
|
||||
return;
|
||||
}
|
||||
if (debugToolHandler)
|
||||
qDebug() << "subprocessHasData read " << QByteArray(buf, rRead);
|
||||
outputParser.addData(QByteArray(buf, rRead));
|
||||
|
||||
Reference in New Issue
Block a user