From e418a9b9bfd8ba8df1e734bbf802077bd7c724ce Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 30 Sep 2022 10:39:03 -0700 Subject: syncqt: remove newline before endl Causes newlines between lines in the output: QtBluetooth: WARNING: adapter1_bluez5_p.h does not have the "We mean it." warning QtBluetooth: WARNING: battery1_p.h does not have the "We mean it." warning QtBluetooth: WARNING: device1_bluez5_p.h does not have the "We mean it." warning Change-Id: I810d70e579eb4e2c8e45fffd1719b415dd74ee43 Reviewed-by: Alexey Edelev --- src/tools/syncqt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/syncqt/main.cpp b/src/tools/syncqt/main.cpp index 1e18ca2082..dd5c181511 100644 --- a/src/tools/syncqt/main.cpp +++ b/src/tools/syncqt/main.cpp @@ -1208,7 +1208,7 @@ public: if (!(skipChecks & WeMeantItChecks) && !hasWeMeantIt) { faults |= WeMeantItChecks; std::cerr << m_commandLineArgs->moduleName() << ": WARNING: " << m_currentFilename - << " does not have the \"We mean it.\" warning\n" + << " does not have the \"We mean it.\" warning" << std::endl; } -- cgit v1.2.3