summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2011-09-13 14:55:08 +0300
committerOlli Salli <ollisal@gmail.com>2011-10-10 19:17:42 +0300
commit94bbd59c2eade941029facf656e23d2475c81e61 (patch)
tree802c2b87bcf918d5b1ddc227a8dc04a9b8a278d1 /qt4
parent5e8e0ddd818adf6fa2f308360594eb5c8d3c6f06 (diff)
Remove trailing WS from an empty line in stream-tube-client.cpp
Diffstat (limited to 'qt4')
-rw-r--r--qt4/TelepathyQt4/stream-tube-client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt4/TelepathyQt4/stream-tube-client.cpp b/qt4/TelepathyQt4/stream-tube-client.cpp
index 24bc57528..22ec99e06 100644
--- a/qt4/TelepathyQt4/stream-tube-client.cpp
+++ b/qt4/TelepathyQt4/stream-tube-client.cpp
@@ -398,7 +398,7 @@ void StreamTubeClient::onInvokedForTube(
}
TubeWrapper *wrapper = 0;
-
+
if (mPriv->acceptsAsTcp) {
QPair<QHostAddress, quint16> srcAddr =
qMakePair(QHostAddress(QHostAddress::Any), quint16(0));