summaryrefslogtreecommitdiffstats
path: root/src/nfc/qllcpsocket.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-01-17 19:04:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 09:26:30 +0100
commitb4a5e7d3c3efddff23022acdb42485ad534553eb (patch)
tree6d72eac87ecc12b9fad6c696735c80264c8b42e9 /src/nfc/qllcpsocket.cpp
parenta58f38f1c1ec41d5b886cca6486bf738f71253d1 (diff)
whitespace fixes
remove trailing whitespace, expand tab Change-Id: I3361c6c431231c7463bb1dc9b53268935b22a72b Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/nfc/qllcpsocket.cpp')
-rw-r--r--src/nfc/qllcpsocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nfc/qllcpsocket.cpp b/src/nfc/qllcpsocket.cpp
index 2bf3e2c3..79cb1284 100644
--- a/src/nfc/qllcpsocket.cpp
+++ b/src/nfc/qllcpsocket.cpp
@@ -231,7 +231,7 @@ qint64 QLlcpSocket::writeDatagram(const char *data, qint64 size)
*/
bool QLlcpSocket::isSequential() const
{
- return true;
+ return true;
}
/*!