diff options
author | Olli Salli <ollisal@gmail.com> | 2011-09-13 14:55:08 +0300 |
---|---|---|
committer | Olli Salli <ollisal@gmail.com> | 2011-10-10 19:17:42 +0300 |
commit | 94bbd59c2eade941029facf656e23d2475c81e61 (patch) | |
tree | 802c2b87bcf918d5b1ddc227a8dc04a9b8a278d1 /qt4 | |
parent | 5e8e0ddd818adf6fa2f308360594eb5c8d3c6f06 (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.cpp | 2 |
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)); |