aboutsummaryrefslogtreecommitdiff
path: root/examples/example_6_rpcClient/main.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2014-12-19 17:53:28 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2014-12-19 17:53:28 +0100
commit31180f5b45a646a39b178c0b344ea6f4f8557ae1 (patch)
tree5edacc60d02854a01815f404c9fff7e82dfd1b78 /examples/example_6_rpcClient/main.cpp
parentdd64ed24007cfe26ac511164762a89cff95b2f7e (diff)
downloadqxmpp-31180f5b45a646a39b178c0b344ea6f4f8557ae1.tar.gz
prune trailing whitespace
Diffstat (limited to 'examples/example_6_rpcClient/main.cpp')
-rw-r--r--examples/example_6_rpcClient/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_6_rpcClient/main.cpp b/examples/example_6_rpcClient/main.cpp
index 586b0623..fe94a915 100644
--- a/examples/example_6_rpcClient/main.cpp
+++ b/examples/example_6_rpcClient/main.cpp
@@ -29,7 +29,7 @@
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
-
+
QXmppLogger::getLogger()->setLoggingType(QXmppLogger::StdoutLogging);
rpcClient client;