diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-08-05 18:27:12 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-08-05 18:27:12 +0900 |
commit | 463e987e590ec79eaf60501eedc0c727302bef31 (patch) | |
tree | 80545538c9c8b02e3c9a5ce8d9399ce8ed62f740 /examples | |
parent | 98751495f1990dccf285e3b4739f86de7b7f68fd (diff) | |
download | libquotient-463e987e590ec79eaf60501eedc0c727302bef31.tar.gz libquotient-463e987e590ec79eaf60501eedc0c727302bef31.zip |
qmc-example: fixed indentation
Diffstat (limited to 'examples')
-rw-r--r-- | examples/qmc-example.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmc-example.cpp b/examples/qmc-example.cpp index 484cd027..9c86d4a9 100644 --- a/examples/qmc-example.cpp +++ b/examples/qmc-example.cpp @@ -320,7 +320,7 @@ void QMCTest::finalize() connect(c.data(), &Connection::loggedOut, qApp, [this] { if (!failed.isEmpty()) - cout << "FAILED: " << failed.join(", ").toStdString() << endl; + cout << "FAILED: " << failed.join(", ").toStdString() << endl; if (!running.isEmpty()) cout << "DID NOT FINISH: " << running.join(", ").toStdString() << endl; |