From 463e987e590ec79eaf60501eedc0c727302bef31 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 5 Aug 2018 18:27:12 +0900 Subject: qmc-example: fixed indentation --- examples/qmc-example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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; -- cgit v1.2.3