From 662f0332950e5f93518ea2ed24a681e22d1eda88 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:16:16 +0200 Subject: [pre-commit.ci] Pre-commit autoupdate. (#2357) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] Pre-commit autoupdate. updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.2](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.8...v22.1.2) * [pre-commit.ci] Auto fixes from pre-commit.com hooks. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- src/spawn.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/spawn.cpp') diff --git a/src/spawn.cpp b/src/spawn.cpp index aad1e1cc..e9ff1276 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -288,7 +288,7 @@ confirmStartSteam(QWidget* parent, const SpawnParameters& sp, const QString& det const auto mainText = QObject::tr("This program requires Steam"); const auto content = QObject::tr( "Mod Organizer has detected that this program likely requires Steam to be " - "running to function properly."); + "running to function properly."); return MOBase::TaskDialog(parent, title) .main(mainText) @@ -310,10 +310,10 @@ QMessageBox::StandardButton confirmRestartAsAdminForSteam(QWidget* parent, const auto mainText = QObject::tr("Steam is running as administrator"); const auto content = QObject::tr( "Running Steam as administrator is typically unnecessary and can cause " - "problems when Mod Organizer itself is not running as administrator." - "\r\n\r\n" - "You can restart Mod Organizer as administrator and try launching the " - "program again."); + "problems when Mod Organizer itself is not running as administrator." + "\r\n\r\n" + "You can restart Mod Organizer as administrator and try launching the " + "program again."); return MOBase::TaskDialog(parent, title) .main(mainText) @@ -337,8 +337,8 @@ bool eventLogNotRunning(QWidget* parent, const env::Service& s, const auto mainText = QObject::tr("The Event Log service is not running"); const auto content = QObject::tr( "The Windows Event Log service is not running. This can prevent USVFS from " - "running properly and your mods may not be recognized by the program being " - "launched."); + "running properly and your mods may not be recognized by the program being " + "launched."); const auto r = MOBase::TaskDialog(parent, title) -- cgit v1.3.1