diff --git a/src/plugins/ios/iostoolhandler.cpp b/src/plugins/ios/iostoolhandler.cpp index 069be9cd895..5a6eaf64917 100644 --- a/src/plugins/ios/iostoolhandler.cpp +++ b/src/plugins/ios/iostoolhandler.cpp @@ -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));