Skip to content

Commit 56e9f05

Browse files
alphagoccgithub-actions[bot]
authored andcommitted
style: format codes
1 parent 074578b commit 56e9f05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/processrunner.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
ProcessRunner::ProcessRunner(ProcessRunnerConfig cfg, const std::atomic<bool> &stop)
1717
: config(std::move(cfg)), stopFlag(stop) {}
1818

19-
auto ProcessRunner::create(ProcessRunnerConfig config, const std::atomic<bool> &stopFlag)
20-
-> std::unique_ptr<ProcessRunner> {
19+
auto ProcessRunner::create(ProcessRunnerConfig config,
20+
const std::atomic<bool> &stopFlag) -> std::unique_ptr<ProcessRunner> {
2121
#ifdef Q_OS_WIN32
2222
return std::make_unique<WinProcessRunner>(std::move(config), stopFlag);
2323
#else

0 commit comments

Comments
 (0)