diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-12-08 19:25:29 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-12-08 19:25:29 (GMT) |
commit | 82ab30acff0322f51f732c520dd1e5d7b40482a6 (patch) | |
tree | 9c2fbd42d1331781ef0709290b3f81a166bb39fd /src/network/kernel/qhostinfo_symbian.cpp | |
parent | 12974d3dad6a8db29479dd1bbf9d280081d60d58 (diff) | |
download | Qt-82ab30acff0322f51f732c520dd1e5d7b40482a6.zip Qt-82ab30acff0322f51f732c520dd1e5d7b40482a6.tar.gz Qt-82ab30acff0322f51f732c520dd1e5d7b40482a6.tar.bz2 |
Whitespace fixes
Reviewed-by: Trust Me
Diffstat (limited to 'src/network/kernel/qhostinfo_symbian.cpp')
-rw-r--r-- | src/network/kernel/qhostinfo_symbian.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qhostinfo_symbian.cpp b/src/network/kernel/qhostinfo_symbian.cpp index ffa0b46..287021f 100644 --- a/src/network/kernel/qhostinfo_symbian.cpp +++ b/src/network/kernel/qhostinfo_symbian.cpp @@ -88,7 +88,7 @@ QHostInfo QHostInfoAgent::fromName(const QString &hostName) results.setErrorString(QString::fromLocal8Bit(gai_strerror(result))); } */ - + return results; } |