summaryrefslogtreecommitdiff
path: root/src/plugins/ios/iostoolhandler.cpp
diff options
context:
space:
mode:
authorFawzi Mohamed <fawzi.mohamed@digia.com>2013-11-06 12:56:51 +0100
committerFawzi Mohamed <fawzi.mohamed@digia.com>2013-11-06 12:57:41 +0100
commitb4785dde11c2137f95d63121a049f7faf68f86a4 (patch)
treeba5293a90a7082eb7b85b0d1151fffd86b8ed63b /src/plugins/ios/iostoolhandler.cpp
parentd882b22598cdd9c81569149be3733052d2686466 (diff)
downloadqt-creator-b4785dde11c2137f95d63121a049f7faf68f86a4.tar.gz
ios: codestyle fix
Change-Id: I276e382f98f2851c489e8c5b5a682f7a57e80c7f Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
Diffstat (limited to 'src/plugins/ios/iostoolhandler.cpp')
-rw-r--r--src/plugins/ios/iostoolhandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/ios/iostoolhandler.cpp b/src/plugins/ios/iostoolhandler.cpp
index 069be9cd89..5a6eaf6491 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));