From 3bca7bbc874a256422a33114af1c4b1b867cc08c Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 06:20:00 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/logger.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/logger.cc b/src/logger.cc index 03a1cb8a5..fb3735b55 100644 --- a/src/logger.cc +++ b/src/logger.cc @@ -42,8 +42,8 @@ void logToFileMessageHander( QtMsgType type, const QMessageLogContext & context, return; } else { - fprintf(stderr,"log file failed to open\n!"); - fprintf(stderr,"%s\n",message.toUtf8().constData()); + fprintf( stderr, "log file failed to open\n!" ); + fprintf( stderr, "%s\n", message.toUtf8().constData() ); } }