From 11e2c77eff1b3d44037b2d15cde98b7c746f29b6 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Thu, 29 Jan 2026 19:27:06 +0500 Subject: [PATCH] got clang-format'd :skull: Signed-off-by: Octol1ttle (cherry picked from commit 158a7bbc3459b15abbc907428e7f754cb0d0ce7d) --- launcher/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 8cba87484..c2519c634 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -686,7 +686,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv) QString resolvedDefaultMonospace = consoleFontInfo.family(); QFont resolvedFont(resolvedDefaultMonospace); qDebug().nospace() << "Detected default console font: " << resolvedDefaultMonospace - << ", substitutions: " << resolvedFont.substitutions().join(','); + << ", substitutions: " << resolvedFont.substitutions().join(','); m_settings->registerSetting("ConsoleFont", resolvedDefaultMonospace); m_settings->registerSetting("ConsoleFontSize", defaultSize);