From 7570ba16a9cbc911df7a03394d2128c63d8032da Mon Sep 17 00:00:00 2001 From: Méven Car Date: Thu, 22 Jan 2026 17:06:16 +0100 Subject: clang-tidy: fix performance-avoid-endl --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 58999a258..eeb01854b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -60,7 +60,7 @@ int main(int argc, char **argv) "@info:shell %1 is a terminal command", "Running Dolphin with sudo is discouraged. Please run %1 instead.", QStringLiteral("dolphin --sudo"))) - << std::endl; + << '\n'; // We could perform a privilege de-escalation here and continue as normal. It is a bit safer though to simply let the user restart without sudo. return EXIT_FAILURE; } -- cgit v1.3