Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 3, 2025
1 parent 0c5d593 commit 3bca7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/logger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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() );
}
}

Expand Down

0 comments on commit 3bca7bb

Please sign in to comment.